Html Css Color HEX #C0E4EB Onahau

📋 copy color: '#C0E4EB'

red 192 ◦ green 228 ◦ blue 235

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

Shades of Onahau #C0E4EB

Tints of Onahau #C0E4EB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.81%

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

R = 29.31%
G = 34.81%
B = 35.88%

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

#C0E4EB (or 0xC0E4EB) is known color: Onahau. HEX triplet: C0, E4 and EB. RGB value is (192,228,235). Sum of RGB (Red+Green+Blue) = 192+228+235=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0E4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E4EB is #3F1B14. Grayscale: #D9D9D9. Windows color (decimal): -4135701 or 15459520. OLE color: 15459520.

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

Color convert

RGB 192 228 235 -
CMYK 0.18 0.03 0 0.08
HSL 189.77º 0.52% 0.84% -
HSV(B) 189.77º 0.18% 0.92% -
XYZ 64.48 72.69 89.23 -
YUV 218.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 192 228 235 0.18 0.03 0 0.08 189.77 0.52 0.84
Hex C0 E4 EB 12 3 0 8 BE 34 54
Octal 300 344 353 22 3 0 10 276 64 124
Binary 11000000 11100100 11101011 10010 11 0 1000 10111110 110100 1010100

Color Harmonies of #C0E4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E4EB

Black with #C0E4EB

Text Example


Text Example

White with #C0E4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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