Html Css Color HEX #C0E3EB Onahau

📋 copy color: '#C0E3EB'

red 192 ◦ green 227 ◦ blue 235

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

Shades of Onahau #C0E3EB

Tints of Onahau #C0E3EB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.71%

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

R = 29.36%
G = 34.71%
B = 35.93%

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

#C0E3EB (or 0xC0E3EB) is known color: Onahau. HEX triplet: C0, E3 and EB. RGB value is (192,227,235). Sum of RGB (Red+Green+Blue) = 192+227+235=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E3EB is #3F1C14. Grayscale: #D9D9D9. Windows color (decimal): -4135957 or 15459264. OLE color: 15459264.

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

Color convert

RGB 192 227 235 -
CMYK 0.18 0.03 0 0.08
HSL 191.16º 0.52% 0.84% -
HSV(B) 191.16º 0.18% 0.92% -
XYZ 64.2 72.14 89.14 -
YUV 217.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 192 227 235 0.18 0.03 0 0.08 191.16 0.52 0.84
Hex C0 E3 EB 12 3 0 8 BF 34 54
Octal 300 343 353 22 3 0 10 277 64 124
Binary 11000000 11100011 11101011 10010 11 0 1000 10111111 110100 1010100

Color Harmonies of #C0E3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E3EB

Black with #C0E3EB

Text Example


Text Example

White with #C0E3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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