Html Css Color HEX #C5E1EB Onahau

📋 copy color: '#C5E1EB'

red 197 ◦ green 225 ◦ blue 235

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

Shades of Onahau #C5E1EB

Tints of Onahau #C5E1EB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.25%

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

R = 29.98%
G = 34.25%
B = 35.77%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5E1EB (or 0xC5E1EB) is known color: Onahau. HEX triplet: C5, E1 and EB. RGB value is (197,225,235). Sum of RGB (Red+Green+Blue) = 197+225+235=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5E1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E1EB is #3A1E14. Grayscale: #D9D9D9. Windows color (decimal): -3808789 or 15458757. OLE color: 15458757.

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

Color convert

RGB 197 225 235 -
CMYK 0.16 0.04 0 0.08
HSL 195.79º 0.49% 0.85% -
HSV(B) 195.79º 0.16% 0.92% -
XYZ 64.95 71.72 89.02 -
YUV 217.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 197 225 235 0.16 0.04 0 0.08 195.79 0.49 0.85
Hex C5 E1 EB 10 4 0 8 C4 31 55
Octal 305 341 353 20 4 0 10 304 61 125
Binary 11000101 11100001 11101011 10000 100 0 1000 11000100 110001 1010101

Color Harmonies of #C5E1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E1EB

Black with #C5E1EB

Text Example


Text Example

White with #C5E1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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