Html Css Color HEX #C0E6EB Onahau

📋 copy color: '#C0E6EB'

red 192 ◦ green 230 ◦ blue 235

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

Shades of Onahau #C0E6EB

Tints of Onahau #C0E6EB

RGB

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

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

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

R = 29.22%
G = 35.01%
B = 35.77%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0E6EB (or 0xC0E6EB) is known color: Onahau. HEX triplet: C0, E6 and EB. RGB value is (192,230,235). Sum of RGB (Red+Green+Blue) = 192+230+235=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E6EB is #3F1914. Grayscale: #DBDBDB. Windows color (decimal): -4135189 or 15460032. OLE color: 15460032.

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

Color convert

RGB 192 230 235 -
CMYK 0.18 0.02 0 0.08
HSL 186.98º 0.52% 0.84% -
HSV(B) 186.98º 0.18% 0.92% -
XYZ 65.03 73.8 89.41 -
YUV 219.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 192 230 235 0.18 0.02 0 0.08 186.98 0.52 0.84
Hex C0 E6 EB 12 2 0 8 BB 34 54
Octal 300 346 353 22 2 0 10 273 64 124
Binary 11000000 11100110 11101011 10010 10 0 1000 10111011 110100 1010100

Color Harmonies of #C0E6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E6EB

Black with #C0E6EB

Text Example


Text Example

White with #C0E6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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