#26899D

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

Shades of Scooter #26899D

Tints of Scooter #26899D

Color information

#26899D (or 0x26899D) is unknown color: approx Scooter. HEX triplet: 26, 89 and 9D. RGB value is (38,137,157). Sum of RGB (Red+Green+Blue) = 38+137+157=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #26899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26899D is #D97662. Grayscale: #6D6D6D. Windows color (decimal): -14251619 or 10324262. OLE color: 10324262.

HSL color Cylindrical-coordinate representation of color #26899D: hue angle of 190.08º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26899D is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38137157-
CMYK0.760.1300.38
HSL190.08º61.03%38.24%-
HSV(B)190.08º75.8%61.57%-
XYZ15.8320.7435.07-
YUV109.68154.776.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.45%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=11.45%
G=41.27%
B=47.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381371570.760.1300.38190.0861.0338.24
Hex26899D4CD026be3d26
Octal46211235114150462767546
Binary100110100010011001110110011001101010011010111110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26899D; }

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

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

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

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

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

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

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

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