#C9E6EB

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

Shades of Onahau #C9E6EB

Tints of Onahau #C9E6EB

Color information

#C9E6EB (or 0xC9E6EB) is unknown color: approx Onahau. HEX triplet: C9, E6 and EB. RGB value is (201,230,235). Sum of RGB (Red+Green+Blue) = 201+230+235=666 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.18% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9E6EB is #361914. Grayscale: #DDDDDD. Windows color (decimal): -3545365 or 15460041. OLE color: 15460041.

HSL color Cylindrical-coordinate representation of color #C9E6EB: hue angle of 188.82º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9E6EB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201230235-
CMYK0.140.0200.08
HSL188.82º45.95%85.49%-
HSV(B)188.82º14.47%92.16%-
XYZ67.3875.0189.52-
YUV221.9135.39113.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.18%
GREEN value IS 230 (90.23% from 255) = 34.53%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=30.18%
G=34.53%
B=35.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012302350.140.0200.08188.8245.9585.49
HexC9E6EBE208bd2e55
Octal31134635316201027556125
Binary11001001111001101110101111101001000101111011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E6EB; }

 p { color: rgb(201,230,235); }

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

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

 a { background-color: rgb(201,230,235); }

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

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

 span { border-color: rgb(201,230,235); }

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