#268899

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

Shades of Scooter #268899

Tints of Scooter #268899

Color information

#268899 (or 0x268899) is unknown color: approx Scooter. HEX triplet: 26, 88 and 99. RGB value is (38,136,153). Sum of RGB (Red+Green+Blue) = 38+136+153=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #268899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268899 is #D97766. Grayscale: #6C6C6C. Windows color (decimal): -14251879 or 10061862. OLE color: 10061862.

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

Color convert

RGB38136153-
CMYK0.750.1100.4
HSL188.87º60.21%37.45%-
HSV(B)188.87º75.16%60%-
XYZ15.3520.3233.25-
YUV108.64153.0377.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.62%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=11.62%
G=41.59%
B=46.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381361530.750.1100.4188.8760.2137.45
Hex2688994BB028bd3c25
Octal46210231113130502757445
Binary100110100010001001100110010111011010100010111101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268899; }

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

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

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

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

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

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

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

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