Html Css Color HEX #C9E3EB Onahau

📋 copy color: '#C9E3EB'

red 201 ◦ green 227 ◦ blue 235

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

Shades of Onahau #C9E3EB

Tints of Onahau #C9E3EB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.24%

 BLUE value IS 235 (92.19% from 255) = 35.44%

R = 30.32%
G = 34.24%
B = 35.44%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9E3EB (or 0xC9E3EB) is known color: Onahau. HEX triplet: C9, E3 and EB. RGB value is (201,227,235). Sum of RGB (Red+Green+Blue) = 201+227+235=663 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.32% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E3EB is #361C14. Grayscale: #DCDCDC. Windows color (decimal): -3546133 or 15459273. OLE color: 15459273.

HSL color Cylindrical-coordinate representation of color #C9E3EB: hue angle of 194.12º 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 #C9E3EB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 227 235 -
CMYK 0.14 0.03 0 0.08
HSL 194.12º 0.46% 0.85% -
HSV(B) 194.12º 0.14% 0.92% -
XYZ 66.55 73.35 89.25 -
YUV 220.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 201 227 235 0.14 0.03 0 0.08 194.12 0.46 0.85
Hex C9 E3 EB E 3 0 8 C2 2E 55
Octal 311 343 353 16 3 0 10 302 56 125
Binary 11001001 11100011 11101011 1110 11 0 1000 11000010 101110 1010101

Color Harmonies of #C9E3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E3EB

Black with #C9E3EB

Text Example


Text Example

White with #C9E3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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