Html Css Color HEX #C0E2ED Onahau

📋 copy color: '#C0E2ED'

red 192 ◦ green 226 ◦ blue 237

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

Shades of Onahau #C0E2ED

Tints of Onahau #C0E2ED

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.5%

 BLUE value IS 237 (92.97% from 255) = 36.18%

R = 29.31%
G = 34.5%
B = 36.18%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0E2ED (or 0xC0E2ED) is known color: Onahau. HEX triplet: C0, E2 and ED. RGB value is (192,226,237). Sum of RGB (Red+Green+Blue) = 192+226+237=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0E2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E2ED is #3F1D12. Grayscale: #D9D9D9. Windows color (decimal): -4136211 or 15590080. OLE color: 15590080.

HSL color Cylindrical-coordinate representation of color #C0E2ED: hue angle of 194.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0E2ED is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 226 237 -
CMYK 0.19 0.05 0 0.07
HSL 194.67º 0.56% 0.84% -
HSV(B) 194.67º 0.19% 0.93% -
XYZ 64.22 71.71 90.58 -
YUV 217.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 192 226 237 0.19 0.05 0 0.07 194.67 0.56 0.84
Hex C0 E2 ED 13 5 0 7 C3 38 54
Octal 300 342 355 23 5 0 7 303 70 124
Binary 11000000 11100010 11101101 10011 101 0 111 11000011 111000 1010100

Color Harmonies of #C0E2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E2ED

Black with #C0E2ED

Text Example


Text Example

White with #C0E2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E2ED; }

 p { color: rgb(192,226,237); }

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

background-color css

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

 a { background-color: rgb(192,226,237); }

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

border-color css

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

 span { border-color: rgb(192,226,237); }

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