#268996

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

Shades of Scooter #268996

Tints of Scooter #268996

Color information

#268996 (or 0x268996) is unknown color: approx Scooter. HEX triplet: 26, 89 and 96. RGB value is (38,137,150). Sum of RGB (Red+Green+Blue) = 38+137+150=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #268996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268996 is #D97669. Grayscale: #6C6C6C. Windows color (decimal): -14251626 or 9865510. OLE color: 9865510.

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

Color convert

RGB38137150-
CMYK0.750.0900.41
HSL186.96º59.57%36.86%-
HSV(B)186.96º74.67%58.82%-
XYZ15.2520.5132.01-
YUV108.88151.277.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=11.69%
G=42.15%
B=46.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381371500.750.0900.41186.9659.5736.86
Hex2689964B9029bb3c25
Octal46211226113110512737445
Binary100110100010011001011010010111001010100110111011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268996; }

 p { color: rgb(38,137,150); }

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

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

 a { background-color: rgb(38,137,150); }

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

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

 span { border-color: rgb(38,137,150); }

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