Html Css Color HEX #C5E6EB Onahau

📋 copy color: '#C5E6EB'

red 197 ◦ green 230 ◦ blue 235

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

Shades of Onahau #C5E6EB

Tints of Onahau #C5E6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.74%

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

R = 29.76%
G = 34.74%
B = 35.5%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5E6EB (or 0xC5E6EB) is known color: Onahau. HEX triplet: C5, E6 and EB. RGB value is (197,230,235). Sum of RGB (Red+Green+Blue) = 197+230+235=662 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.76% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E6EB is #3A1914. Grayscale: #DCDCDC. Windows color (decimal): -3807509 or 15460037. OLE color: 15460037.

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

Color convert

RGB 197 230 235 -
CMYK 0.16 0.02 0 0.08
HSL 187.89º 0.49% 0.85% -
HSV(B) 187.89º 0.16% 0.92% -
XYZ 66.32 74.46 89.47 -
YUV 220.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 197 230 235 0.16 0.02 0 0.08 187.89 0.49 0.85
Hex C5 E6 EB 10 2 0 8 BC 31 55
Octal 305 346 353 20 2 0 10 274 61 125
Binary 11000101 11100110 11101011 10000 10 0 1000 10111100 110001 1010101

Color Harmonies of #C5E6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E6EB

Black with #C5E6EB

Text Example


Text Example

White with #C5E6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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