Html Css Color HEX #C5E4EB Onahau

📋 copy color: '#C5E4EB'

red 197 ◦ green 228 ◦ blue 235

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

Shades of Onahau #C5E4EB

Tints of Onahau #C5E4EB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.55%

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

R = 29.85%
G = 34.55%
B = 35.61%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5E4EB (or 0xC5E4EB) is known color: Onahau. HEX triplet: C5, E4 and EB. RGB value is (197,228,235). Sum of RGB (Red+Green+Blue) = 197+228+235=660 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.85% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5E4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E4EB is #3A1B14. Grayscale: #DBDBDB. Windows color (decimal): -3808021 or 15459525. OLE color: 15459525.

HSL color Cylindrical-coordinate representation of color #C5E4EB: hue angle of 191.05º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5E4EB is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 228 235 -
CMYK 0.16 0.03 0 0.08
HSL 191.05º 0.49% 0.85% -
HSV(B) 191.05º 0.16% 0.92% -
XYZ 65.76 73.36 89.29 -
YUV 219.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 197 228 235 0.16 0.03 0 0.08 191.05 0.49 0.85
Hex C5 E4 EB 10 3 0 8 BF 31 55
Octal 305 344 353 20 3 0 10 277 61 125
Binary 11000101 11100100 11101011 10000 11 0 1000 10111111 110001 1010101

Color Harmonies of #C5E4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E4EB

Black with #C5E4EB

Text Example


Text Example

White with #C5E4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E4EB; }

 p { color: rgb(197,228,235); }

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

background-color css

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

 a { background-color: rgb(197,228,235); }

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

border-color css

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

 span { border-color: rgb(197,228,235); }

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