Html Css Color HEX #C5E4EE Onahau

📋 copy color: '#C5E4EE'

red 197 ◦ green 228 ◦ blue 238

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

Shades of Onahau #C5E4EE

Tints of Onahau #C5E4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.9%

R = 29.71%
G = 34.39%
B = 35.9%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5E4EE (or 0xC5E4EE) is known color: Onahau. HEX triplet: C5, E4 and EE. RGB value is (197,228,238). Sum of RGB (Red+Green+Blue) = 197+228+238=663 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.71% from 663); Green value is 228 (89.45% from 255 or 34.39% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5E4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E4EE is #3A1B11. Grayscale: #DBDBDB. Windows color (decimal): -3808018 or 15656133. OLE color: 15656133.

HSL color Cylindrical-coordinate representation of color #C5E4EE: hue angle of 194.63º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5E4EE is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 228 238 -
CMYK 0.17 0.04 0 0.07
HSL 194.63º 0.55% 0.85% -
HSV(B) 194.63º 0.17% 0.93% -
XYZ 66.2 73.53 91.59 -
YUV 219.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 197 228 238 0.17 0.04 0 0.07 194.63 0.55 0.85
Hex C5 E4 EE 11 4 0 7 C3 37 55
Octal 305 344 356 21 4 0 7 303 67 125
Binary 11000101 11100100 11101110 10001 100 0 111 11000011 110111 1010101

Color Harmonies of #C5E4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E4EE

Black with #C5E4EE

Text Example


Text Example

White with #C5E4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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