Html Css Color HEX #C3DEEA Onahau

📋 copy color: '#C3DEEA'

red 195 ◦ green 222 ◦ blue 234

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

Shades of Onahau #C3DEEA

Tints of Onahau #C3DEEA

RGB

 RED value IS 195 (76.56% from 255) = 29.95%

 GREEN value IS 222 (87.11% from 255) = 34.1%

 BLUE value IS 234 (91.8% from 255) = 35.94%

R = 29.95%
G = 34.1%
B = 35.94%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3DEEA (or 0xC3DEEA) is known color: Onahau. HEX triplet: C3, DE and EA. RGB value is (195,222,234). Sum of RGB (Red+Green+Blue) = 195+222+234=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DEEA is #3C2115. Grayscale: #D7D7D7. Windows color (decimal): -3940630 or 15392451. OLE color: 15392451.

HSL color Cylindrical-coordinate representation of color #C3DEEA: hue angle of 198.46º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3DEEA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 222 234 -
CMYK 0.17 0.05 0 0.08
HSL 198.46º 0.48% 0.84% -
HSV(B) 198.46º 0.17% 0.92% -
XYZ 63.48 69.79 87.97 -
YUV 215.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 195 222 234 0.17 0.05 0 0.08 198.46 0.48 0.84
Hex C3 DE EA 11 5 0 8 C6 30 54
Octal 303 336 352 21 5 0 10 306 60 124
Binary 11000011 11011110 11101010 10001 101 0 1000 11000110 110000 1010100

Color Harmonies of #C3DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DEEA

Black with #C3DEEA

Text Example


Text Example

White with #C3DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DEEA; }

 p { color: rgb(195,222,234); }

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

background-color css

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

 a { background-color: rgb(195,222,234); }

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

border-color css

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

 span { border-color: rgb(195,222,234); }

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