Html Css Color HEX #C5DEE2 Onahau

📋 copy color: '#C5DEE2'

red 197 ◦ green 222 ◦ blue 226

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

Shades of Onahau #C5DEE2

Tints of Onahau #C5DEE2

RGB

 RED value IS 197 (77.34% from 255) = 30.54%

 GREEN value IS 222 (87.11% from 255) = 34.42%

 BLUE value IS 226 (88.67% from 255) = 35.04%

R = 30.54%
G = 34.42%
B = 35.04%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C5DEE2 (or 0xC5DEE2) is known color: Onahau. HEX triplet: C5, DE and E2. RGB value is (197,222,226). Sum of RGB (Red+Green+Blue) = 197+222+226=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 226 - color contains mainly: blue. Hex color #C5DEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DEE2 is #3A211D. Grayscale: #D6D6D6. Windows color (decimal): -3809566 or 14868165. OLE color: 14868165.

HSL color Cylindrical-coordinate representation of color #C5DEE2: hue angle of 188.28º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5DEE2 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 222 226 -
CMYK 0.13 0.02 0 0.11
HSL 188.28º 0.33% 0.83% -
HSV(B) 188.28º 0.13% 0.89% -
XYZ 62.87 69.6 82.07 -
YUV 214.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 197 222 226 0.13 0.02 0 0.11 188.28 0.33 0.83
Hex C5 DE E2 D 2 0 B BC 21 53
Octal 305 336 342 15 2 0 13 274 41 123
Binary 11000101 11011110 11100010 1101 10 0 1011 10111100 100001 1010011

Color Harmonies of #C5DEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DEE2

Black with #C5DEE2

Text Example


Text Example

White with #C5DEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DEE2; }

 p { color: rgb(197,222,226); }

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

background-color css

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

 a { background-color: rgb(197,222,226); }

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

border-color css

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

 span { border-color: rgb(197,222,226); }

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