#268CA9

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

Shades of Scooter #268CA9

Tints of Scooter #268CA9

Color information

#268CA9 (or 0x268CA9) is unknown color: approx Scooter. HEX triplet: 26, 8C and A9. RGB value is (38,140,169). Sum of RGB (Red+Green+Blue) = 38+140+169=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 169 (66.41% from 255 or 48.70% from 347); Max value from RGB is 169 - color contains mainly: blue. Hex color #268CA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268CA9 is #D97356. Grayscale: #707070. Windows color (decimal): -14250839 or 11111462. OLE color: 11111462.

HSL color Cylindrical-coordinate representation of color #268CA9: hue angle of 193.28º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268CA9 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB38140169-
CMYK0.780.1700.34
HSL193.28º63.29%40.59%-
HSV(B)193.28º77.51%66.27%-
XYZ17.3422.0340.88-
YUV112.81159.7174.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.95%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 169 (66.41% from 255) = 48.70%
R=10.95%
G=40.35%
B=48.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal381401690.780.1700.34193.2863.2940.59
Hex268CA94E11022c13f29
Octal46214251116210423017751
Binary1001101000110010101001100111010001010001011000001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268CA9; }

 p { color: rgb(38,140,169); }

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

<style>
 a { background-color: #268CA9; }

 a { background-color: rgb(38,140,169); }

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

<style>
 span { border-color: #268CA9; }

 span { border-color: rgb(38,140,169); }

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