#267FA6

Color #267FA6 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #267FA6

Tints of Scooter #267FA6

Color information

#267FA6 (or 0x267FA6) is unknown color: approx Scooter. HEX triplet: 26, 7F and A6. RGB value is (38,127,166). Sum of RGB (Red+Green+Blue) = 38+127+166=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 166 (65.23% from 255 or 50.15% from 331); Max value from RGB is 166 - color contains mainly: blue. Hex color #267FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267FA6 is #D98059. Grayscale: #686868. Windows color (decimal): -14254170 or 10911526. OLE color: 10911526.

HSL color Cylindrical-coordinate representation of color #267FA6: hue angle of 198.28º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #267FA6 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB38127166-
CMYK0.770.2300.35
HSL198.28º62.75%40%-
HSV(B)198.28º77.11%65.1%-
XYZ15.2718.3438.81-
YUV104.83162.5180.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 11.48%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 166 (65.23% from 255) = 50.15%
R=11.48%
G=38.37%
B=50.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381271660.770.2300.35198.2862.7540
Hex267FA64D17023c63f28
Octal46177246115270433067750
Binary100110111111110100110100110110111010001111000110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267FA6; }

 p { color: rgb(38,127,166); }

 H1.HeaderClassName
 {
   color: #267FA6;
 }
 .AnyTagClassName
 {
   color: #267FA6;
 }
</style>
background-color css

<style>
 a { background-color: #267FA6; }

 a { background-color: rgb(38,127,166); }

 div.DivClassName
 {
   background-color: #267FA6;
 }
 .BgClassName
 {
   background-color: #267FA6;
 }
</style>
border-color css

<style>
 span { border-color: #267FA6; }

 span { border-color: rgb(38,127,166); }

 td.TdClassName
 {
   border-color: #267FA6;
 }
 .TagClassName
 {
   border-color: #267FA6;
 }
</style>