Html Css Color HEX #C5DECF Aero Blue

📋 copy color: '#C5DECF'

red 197 ◦ green 222 ◦ blue 207

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

Shades of Aero Blue #C5DECF

Tints of Aero Blue #C5DECF

RGB

 RED value IS 197 (77.34% from 255) = 31.47%

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

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

R = 31.47%
G = 35.46%
B = 33.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C5DECF (or 0xC5DECF) is known color: Aero Blue. HEX triplet: C5, DE and CF. RGB value is (197,222,207). Sum of RGB (Red+Green+Blue) = 197+222+207=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DECF is #3A2130. Grayscale: #D4D4D4. Windows color (decimal): -3809585 or 13622981. OLE color: 13622981.

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

Color convert

RGB 197 222 207 -
CMYK 0.11 0 0.07 0.13
HSL 144º 0.27% 0.82% -
HSV(B) 144º 0.11% 0.87% -
XYZ 60.41 68.62 69.09 -
YUV 212.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 197 222 207 0.11 0 0.07 0.13 144 0.27 0.82
Hex C5 DE CF B 0 7 D 90 1B 52
Octal 305 336 317 13 0 7 15 220 33 122
Binary 11000101 11011110 11001111 1011 0 111 1101 10010000 11011 1010010

Color Harmonies of #C5DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DECF

Black with #C5DECF

Text Example


Text Example

White with #C5DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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