Html Css Color HEX #C5EAEF Onahau

📋 copy color: '#C5EAEF'

red 197 ◦ green 234 ◦ blue 239

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

Shades of Onahau #C5EAEF

Tints of Onahau #C5EAEF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.93%

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

R = 29.4%
G = 34.93%
B = 35.67%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5EAEF (or 0xC5EAEF) is known color: Onahau. HEX triplet: C5, EA and EF. RGB value is (197,234,239). Sum of RGB (Red+Green+Blue) = 197+234+239=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EAEF is #3A1510. Grayscale: #DFDFDF. Windows color (decimal): -3806481 or 15723205. OLE color: 15723205.

HSL color Cylindrical-coordinate representation of color #C5EAEF: hue angle of 187.14º 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 #C5EAEF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 234 239 -
CMYK 0.18 0.02 0 0.06
HSL 187.14º 0.57% 0.85% -
HSV(B) 187.14º 0.18% 0.94% -
XYZ 68.03 76.95 92.93 -
YUV 223.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 197 234 239 0.18 0.02 0 0.06 187.14 0.57 0.85
Hex C5 EA EF 12 2 0 6 BB 39 55
Octal 305 352 357 22 2 0 6 273 71 125
Binary 11000101 11101010 11101111 10010 10 0 110 10111011 111001 1010101

Color Harmonies of #C5EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EAEF

Black with #C5EAEF

Text Example


Text Example

White with #C5EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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