Html Css Color HEX #C5E9EF Onahau

📋 copy color: '#C5E9EF'

red 197 ◦ green 233 ◦ blue 239

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

Shades of Onahau #C5E9EF

Tints of Onahau #C5E9EF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.83%

 BLUE value IS 239 (93.75% from 255) = 35.72%

R = 29.45%
G = 34.83%
B = 35.72%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5E9EF (or 0xC5E9EF) is known color: Onahau. HEX triplet: C5, E9 and EF. RGB value is (197,233,239). Sum of RGB (Red+Green+Blue) = 197+233+239=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5E9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E9EF is #3A1610. Grayscale: #DEDEDE. Windows color (decimal): -3806737 or 15722949. OLE color: 15722949.

HSL color Cylindrical-coordinate representation of color #C5E9EF: hue angle of 188.57º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5E9EF is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 233 239 -
CMYK 0.18 0.03 0 0.06
HSL 188.57º 0.57% 0.85% -
HSV(B) 188.57º 0.18% 0.94% -
XYZ 67.74 76.38 92.83 -
YUV 222.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 197 233 239 0.18 0.03 0 0.06 188.57 0.57 0.85
Hex C5 E9 EF 12 3 0 6 BD 39 55
Octal 305 351 357 22 3 0 6 275 71 125
Binary 11000101 11101001 11101111 10010 11 0 110 10111101 111001 1010101

Color Harmonies of #C5E9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E9EF

Black with #C5E9EF

Text Example


Text Example

White with #C5E9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E9EF; }

 p { color: rgb(197,233,239); }

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

background-color css

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

 a { background-color: rgb(197,233,239); }

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

border-color css

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

 span { border-color: rgb(197,233,239); }

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