#268997

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

Shades of Scooter #268997

Tints of Scooter #268997

Color information

#268997 (or 0x268997) is unknown color: approx Scooter. HEX triplet: 26, 89 and 97. RGB value is (38,137,151). Sum of RGB (Red+Green+Blue) = 38+137+151=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #268997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268997 is #D97668. Grayscale: #6C6C6C. Windows color (decimal): -14251625 or 9931046. OLE color: 9931046.

HSL color Cylindrical-coordinate representation of color #268997: hue angle of 187.43º 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 #268997 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB38137151-
CMYK0.750.0900.41
HSL187.43º59.79%37.06%-
HSV(B)187.43º74.83%59.22%-
XYZ15.3320.5432.43-
YUV108.99151.777.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.66%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 151 (59.38% from 255) = 46.32%
R=11.66%
G=42.02%
B=46.32%

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
Decimal381371510.750.0900.41187.4359.7937.06
Hex2689974B9029bb3c25
Octal46211227113110512737445
Binary100110100010011001011110010111001010100110111011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268997; }

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

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

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

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

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

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

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

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