Html Css Color HEX #C3DECF Aero Blue

📋 copy color: '#C3DECF'

red 195 ◦ green 222 ◦ blue 207

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

Shades of Aero Blue #C3DECF

Tints of Aero Blue #C3DECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.17%

R = 31.25%
G = 35.58%
B = 33.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C3DECF (or 0xC3DECF) is known color: Aero Blue. HEX triplet: C3, DE and CF. RGB value is (195,222,207). Sum of RGB (Red+Green+Blue) = 195+222+207=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DECF is #3C2130. Grayscale: #D4D4D4. Windows color (decimal): -3940657 or 13622979. OLE color: 13622979.

HSL color Cylindrical-coordinate representation of color #C3DECF: hue angle of 146.67º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DECF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 222 207 -
CMYK 0.12 0 0.07 0.13
HSL 146.67º 0.29% 0.82% -
HSV(B) 146.67º 0.12% 0.87% -
XYZ 59.89 68.35 69.07 -
YUV 212.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 195 222 207 0.12 0 0.07 0.13 146.67 0.29 0.82
Hex C3 DE CF C 0 7 D 93 1D 52
Octal 303 336 317 14 0 7 15 223 35 122
Binary 11000011 11011110 11001111 1100 0 111 1101 10010011 11101 1010010

Color Harmonies of #C3DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DECF

Black with #C3DECF

Text Example


Text Example

White with #C3DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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