Html Css Color HEX #C0DFEE Onahau

📋 copy color: '#C0DFEE'

red 192 ◦ green 223 ◦ blue 238

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

Shades of Onahau #C0DFEE

Tints of Onahau #C0DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.15%

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

R = 29.4%
G = 34.15%
B = 36.45%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0DFEE (or 0xC0DFEE) is known color: Onahau. HEX triplet: C0, DF and EE. RGB value is (192,223,238). Sum of RGB (Red+Green+Blue) = 192+223+238=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DFEE is #3F2011. Grayscale: #D7D7D7. Windows color (decimal): -4136978 or 15654848. OLE color: 15654848.

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

Color convert

RGB 192 223 238 -
CMYK 0.19 0.06 0 0.07
HSL 199.57º 0.58% 0.84% -
HSV(B) 199.57º 0.19% 0.93% -
XYZ 63.56 70.15 91.08 -
YUV 215.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 192 223 238 0.19 0.06 0 0.07 199.57 0.58 0.84
Hex C0 DF EE 13 6 0 7 C8 3A 54
Octal 300 337 356 23 6 0 7 310 72 124
Binary 11000000 11011111 11101110 10011 110 0 111 11001000 111010 1010100

Color Harmonies of #C0DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DFEE

Black with #C0DFEE

Text Example


Text Example

White with #C0DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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