Html Css Color HEX #C5DEE5 Onahau

📋 copy color: '#C5DEE5'

red 197 ◦ green 222 ◦ blue 229

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

Shades of Onahau #C5DEE5

Tints of Onahau #C5DEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.34%

R = 30.4%
G = 34.26%
B = 35.34%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C5DEE5 (or 0xC5DEE5) is known color: Onahau. HEX triplet: C5, DE and E5. RGB value is (197,222,229). Sum of RGB (Red+Green+Blue) = 197+222+229=648 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.40% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #C5DEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DEE5 is #3A211A. Grayscale: #D7D7D7. Windows color (decimal): -3809563 or 15064773. OLE color: 15064773.

HSL color Cylindrical-coordinate representation of color #C5DEE5: hue angle of 193.12º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5DEE5 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 222 229 -
CMYK 0.14 0.03 0 0.10
HSL 193.13º 0.38% 0.84% -
HSV(B) 193.13º 0.14% 0.9% -
XYZ 63.29 69.77 84.26 -
YUV 215.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 197 222 229 0.14 0.03 0 0.10 193.13 0.38 0.84
Hex C5 DE E5 E 3 0 A C1 26 54
Octal 305 336 345 16 3 0 12 301 46 124
Binary 11000101 11011110 11100101 1110 11 0 1010 11000001 100110 1010100

Color Harmonies of #C5DEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DEE5

Black with #C5DEE5

Text Example


Text Example

White with #C5DEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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