Html Css Color HEX #C3DBCE Aero Blue

📋 copy color: '#C3DBCE'

red 195 ◦ green 219 ◦ blue 206

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

Shades of Aero Blue #C3DBCE

Tints of Aero Blue #C3DBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.23%

R = 31.45%
G = 35.32%
B = 33.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#C3DBCE (or 0xC3DBCE) is known color: Aero Blue. HEX triplet: C3, DB and CE. RGB value is (195,219,206). Sum of RGB (Red+Green+Blue) = 195+219+206=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBCE is #3C2431. Grayscale: #D2D2D2. Windows color (decimal): -3941426 or 13556675. OLE color: 13556675.

HSL color Cylindrical-coordinate representation of color #C3DBCE: hue angle of 147.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DBCE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 219 206 -
CMYK 0.11 0 0.06 0.14
HSL 147.5º 0.25% 0.81% -
HSV(B) 147.5º 0.11% 0.86% -
XYZ 58.98 66.72 68.16 -
YUV 210.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 195 219 206 0.11 0 0.06 0.14 147.5 0.25 0.81
Hex C3 DB CE B 0 6 E 94 19 51
Octal 303 333 316 13 0 6 16 224 31 121
Binary 11000011 11011011 11001110 1011 0 110 1110 10010100 11001 1010001

Color Harmonies of #C3DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DBCE

Black with #C3DBCE

Text Example


Text Example

White with #C3DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DBCE; }

 p { color: rgb(195,219,206); }

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

background-color css

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

 a { background-color: rgb(195,219,206); }

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

border-color css

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

 span { border-color: rgb(195,219,206); }

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