#268C99

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

Shades of Scooter #268C99

Tints of Scooter #268C99

Color information

#268C99 (or 0x268C99) is unknown color: approx Scooter. HEX triplet: 26, 8C and 99. RGB value is (38,140,153). Sum of RGB (Red+Green+Blue) = 38+140+153=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #268C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268C99 is #D97366. Grayscale: #6E6E6E. Windows color (decimal): -14250855 or 10062886. OLE color: 10062886.

HSL color Cylindrical-coordinate representation of color #268C99: hue angle of 186.78º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268C99 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB38140153-
CMYK0.750.0800.4
HSL186.78º60.21%37.45%-
HSV(B)186.78º75.16%60%-
XYZ15.9321.4733.44-
YUV110.98151.7175.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.48%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=11.48%
G=42.30%
B=46.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381401530.750.0800.4186.7860.2137.45
Hex268C994B8028bb3c25
Octal46214231113100502737445
Binary100110100011001001100110010111000010100010111011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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