Html Css Color HEX #C9EAEE Onahau

📋 copy color: '#C9EAEE'

red 201 ◦ green 234 ◦ blue 238

#C9EAEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C9EAEE

Tints of Onahau #C9EAEE

RGB

 RED value IS 201 (78.91% from 255) = 29.87%

 GREEN value IS 234 (91.8% from 255) = 34.77%

 BLUE value IS 238 (93.36% from 255) = 35.36%

R = 29.87%
G = 34.77%
B = 35.36%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9EAEE (or 0xC9EAEE) is known color: Onahau. HEX triplet: C9, EA and EE. RGB value is (201,234,238). Sum of RGB (Red+Green+Blue) = 201+234+238=673 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.87% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EAEE is #361511. Grayscale: #E0E0E0. Windows color (decimal): -3544338 or 15657673. OLE color: 15657673.

HSL color Cylindrical-coordinate representation of color #C9EAEE: hue angle of 186.49º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9EAEE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 234 238 -
CMYK 0.16 0.02 0 0.07
HSL 186.49º 0.52% 0.86% -
HSV(B) 186.49º 0.16% 0.93% -
XYZ 68.94 77.44 92.2 -
YUV 224.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 201 234 238 0.16 0.02 0 0.07 186.49 0.52 0.86
Hex C9 EA EE 10 2 0 7 BA 34 56
Octal 311 352 356 20 2 0 7 272 64 126
Binary 11001001 11101010 11101110 10000 10 0 111 10111010 110100 1010110

Color Harmonies of #C9EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EAEE

Black with #C9EAEE

Text Example


Text Example

White with #C9EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EAEE; }

 p { color: rgb(201,234,238); }

 H1.HeaderClassName
 {
   color: #C9EAEE;
 }
 .AnyTagClassName
 {
   color: #C9EAEE;
 }
</style>

background-color css

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

 a { background-color: rgb(201,234,238); }

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

border-color css

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

 span { border-color: rgb(201,234,238); }

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