Html Css Color HEX #C0E5EB Onahau

📋 copy color: '#C0E5EB'

red 192 ◦ green 229 ◦ blue 235

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

Shades of Onahau #C0E5EB

Tints of Onahau #C0E5EB

RGB

 RED value IS 192 (75.39% from 255) = 29.27%

 GREEN value IS 229 (89.84% from 255) = 34.91%

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

R = 29.27%
G = 34.91%
B = 35.82%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0E5EB (or 0xC0E5EB) is known color: Onahau. HEX triplet: C0, E5 and EB. RGB value is (192,229,235). Sum of RGB (Red+Green+Blue) = 192+229+235=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E5EB is #3F1A14. Grayscale: #DADADA. Windows color (decimal): -4135445 or 15459776. OLE color: 15459776.

HSL color Cylindrical-coordinate representation of color #C0E5EB: hue angle of 188.37º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0E5EB is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 229 235 -
CMYK 0.18 0.03 0 0.08
HSL 188.37º 0.52% 0.84% -
HSV(B) 188.37º 0.18% 0.92% -
XYZ 64.75 73.24 89.32 -
YUV 218.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 192 229 235 0.18 0.03 0 0.08 188.37 0.52 0.84
Hex C0 E5 EB 12 3 0 8 BC 34 54
Octal 300 345 353 22 3 0 10 274 64 124
Binary 11000000 11100101 11101011 10010 11 0 1000 10111100 110100 1010100

Color Harmonies of #C0E5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E5EB

Black with #C0E5EB

Text Example


Text Example

White with #C0E5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E5EB; }

 p { color: rgb(192,229,235); }

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

background-color css

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

 a { background-color: rgb(192,229,235); }

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

border-color css

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

 span { border-color: rgb(192,229,235); }

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