Html Css Color HEX #C0DDEB Onahau

📋 copy color: '#C0DDEB'

red 192 ◦ green 221 ◦ blue 235

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

Shades of Onahau #C0DDEB

Tints of Onahau #C0DDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.1%

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

R = 29.63%
G = 34.1%
B = 36.27%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0DDEB (or 0xC0DDEB) is known color: Onahau. HEX triplet: C0, DD and EB. RGB value is (192,221,235). Sum of RGB (Red+Green+Blue) = 192+221+235=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDEB is #3F2214. Grayscale: #D5D5D5. Windows color (decimal): -4137493 or 15457728. OLE color: 15457728.

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

Color convert

RGB 192 221 235 -
CMYK 0.18 0.06 0 0.08
HSL 199.53º 0.52% 0.84% -
HSV(B) 199.53º 0.18% 0.92% -
XYZ 62.59 68.92 88.6 -
YUV 213.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 192 221 235 0.18 0.06 0 0.08 199.53 0.52 0.84
Hex C0 DD EB 12 6 0 8 C8 34 54
Octal 300 335 353 22 6 0 10 310 64 124
Binary 11000000 11011101 11101011 10010 110 0 1000 11001000 110100 1010100

Color Harmonies of #C0DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDEB

Black with #C0DDEB

Text Example


Text Example

White with #C0DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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