Html Css Color HEX #C0EDEE Onahau

📋 copy color: '#C0EDEE'

red 192 ◦ green 237 ◦ blue 238

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

Shades of Onahau #C0EDEE

Tints of Onahau #C0EDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.53%

 BLUE value IS 238 (93.36% from 255) = 35.68%

R = 28.79%
G = 35.53%
B = 35.68%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0EDEE (or 0xC0EDEE) is known color: Onahau. HEX triplet: C0, ED and EE. RGB value is (192,237,238). Sum of RGB (Red+Green+Blue) = 192+237+238=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EDEE is #3F1211. Grayscale: #DFDFDF. Windows color (decimal): -4133394 or 15658432. OLE color: 15658432.

HSL color Cylindrical-coordinate representation of color #C0EDEE: hue angle of 181.3º degrees, saturation: 0.57, 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 #C0EDEE is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 237 238 -
CMYK 0.19 0.00 0 0.07
HSL 181.3º 0.58% 0.84% -
HSV(B) 181.3º 0.19% 0.93% -
XYZ 67.46 77.95 92.38 -
YUV 223.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 192 237 238 0.19 0.00 0 0.07 181.3 0.58 0.84
Hex C0 ED EE 13 0 0 7 B5 3A 54
Octal 300 355 356 23 0 0 7 265 72 124
Binary 11000000 11101101 11101110 10011 0 0 111 10110101 111010 1010100

Color Harmonies of #C0EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EDEE

Black with #C0EDEE

Text Example


Text Example

White with #C0EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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