Html Css Color HEX #C2DBE8 Onahau

📋 copy color: '#C2DBE8'

red 194 ◦ green 219 ◦ blue 232

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

Shades of Onahau #C2DBE8

Tints of Onahau #C2DBE8

RGB

 RED value IS 194 (76.17% from 255) = 30.08%

 GREEN value IS 219 (85.94% from 255) = 33.95%

 BLUE value IS 232 (91.02% from 255) = 35.97%

R = 30.08%
G = 33.95%
B = 35.97%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C2DBE8 (or 0xC2DBE8) is known color: Onahau. HEX triplet: C2, DB and E8. RGB value is (194,219,232). Sum of RGB (Red+Green+Blue) = 194+219+232=645 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.08% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2DBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBE8 is #3D2417. Grayscale: #D4D4D4. Windows color (decimal): -4006936 or 15260610. OLE color: 15260610.

HSL color Cylindrical-coordinate representation of color #C2DBE8: hue angle of 200.53º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2DBE8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 219 232 -
CMYK 0.16 0.06 0 0.09
HSL 200.53º 0.45% 0.84% -
HSV(B) 200.53º 0.16% 0.91% -
XYZ 62.15 67.96 86.19 -
YUV 213.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 194 219 232 0.16 0.06 0 0.09 200.53 0.45 0.84
Hex C2 DB E8 10 6 0 9 C9 2D 54
Octal 302 333 350 20 6 0 11 311 55 124
Binary 11000010 11011011 11101000 10000 110 0 1001 11001001 101101 1010100

Color Harmonies of #C2DBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBE8

Black with #C2DBE8

Text Example


Text Example

White with #C2DBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBE8; }

 p { color: rgb(194,219,232); }

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

background-color css

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

 a { background-color: rgb(194,219,232); }

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

border-color css

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

 span { border-color: rgb(194,219,232); }

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