Html Css Color HEX #C9EDF2 Onahau

📋 copy color: '#C9EDF2'

red 201 ◦ green 237 ◦ blue 242

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

Shades of Onahau #C9EDF2

Tints of Onahau #C9EDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.85%

 BLUE value IS 242 (94.92% from 255) = 35.59%

R = 29.56%
G = 34.85%
B = 35.59%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C9EDF2 (or 0xC9EDF2) is known color: Onahau. HEX triplet: C9, ED and F2. RGB value is (201,237,242). Sum of RGB (Red+Green+Blue) = 201+237+242=680 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.56% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #C9EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EDF2 is #36120D. Grayscale: #E2E2E2. Windows color (decimal): -3543566 or 15920585. OLE color: 15920585.

HSL color Cylindrical-coordinate representation of color #C9EDF2: hue angle of 187.32º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9EDF2 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 237 242 -
CMYK 0.17 0.02 0 0.05
HSL 187.32º 0.61% 0.87% -
HSV(B) 187.32º 0.17% 0.95% -
XYZ 70.4 79.4 95.62 -
YUV 226.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 201 237 242 0.17 0.02 0 0.05 187.32 0.61 0.87
Hex C9 ED F2 11 2 0 5 BB 3D 57
Octal 311 355 362 21 2 0 5 273 75 127
Binary 11001001 11101101 11110010 10001 10 0 101 10111011 111101 1010111

Color Harmonies of #C9EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EDF2

Black with #C9EDF2

Text Example


Text Example

White with #C9EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EDF2; }

 p { color: rgb(201,237,242); }

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

background-color css

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

 a { background-color: rgb(201,237,242); }

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

border-color css

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

 span { border-color: rgb(201,237,242); }

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