Html Css Color HEX #C0DAE6 Onahau

📋 copy color: '#C0DAE6'

red 192 ◦ green 218 ◦ blue 230

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

Shades of Onahau #C0DAE6

Tints of Onahau #C0DAE6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.06%

 BLUE value IS 230 (90.23% from 255) = 35.94%

R = 30%
G = 34.06%
B = 35.94%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C0DAE6 (or 0xC0DAE6) is known color: Onahau. HEX triplet: C0, DA and E6. RGB value is (192,218,230). Sum of RGB (Red+Green+Blue) = 192+218+230=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #C0DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAE6 is #3F2519. Grayscale: #D3D3D3. Windows color (decimal): -4138266 or 15129280. OLE color: 15129280.

HSL color Cylindrical-coordinate representation of color #C0DAE6: hue angle of 198.95º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0DAE6 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 218 230 -
CMYK 0.17 0.05 0 0.10
HSL 198.95º 0.43% 0.83% -
HSV(B) 198.95º 0.17% 0.9% -
XYZ 61.09 67.06 84.59 -
YUV 211.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 192 218 230 0.17 0.05 0 0.10 198.95 0.43 0.83
Hex C0 DA E6 11 5 0 A C7 2B 53
Octal 300 332 346 21 5 0 12 307 53 123
Binary 11000000 11011010 11100110 10001 101 0 1010 11000111 101011 1010011

Color Harmonies of #C0DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DAE6

Black with #C0DAE6

Text Example


Text Example

White with #C0DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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