Html Css Color HEX #C1DECF Aero Blue

📋 copy color: '#C1DECF'

red 193 ◦ green 222 ◦ blue 207

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

Shades of Aero Blue #C1DECF

Tints of Aero Blue #C1DECF

RGB

 RED value IS 193 (75.78% from 255) = 31.03%

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

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

R = 31.03%
G = 35.69%
B = 33.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C1DECF (or 0xC1DECF) is known color: Aero Blue. HEX triplet: C1, DE and CF. RGB value is (193,222,207). Sum of RGB (Red+Green+Blue) = 193+222+207=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DECF is #3E2130. Grayscale: #D3D3D3. Windows color (decimal): -4071729 or 13622977. OLE color: 13622977.

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

Color convert

RGB 193 222 207 -
CMYK 0.13 0 0.07 0.13
HSL 148.97º 0.31% 0.81% -
HSV(B) 148.97º 0.13% 0.87% -
XYZ 59.38 68.09 69.04 -
YUV 211.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 193 222 207 0.13 0 0.07 0.13 148.97 0.31 0.81
Hex C1 DE CF D 0 7 D 95 1F 51
Octal 301 336 317 15 0 7 15 225 37 121
Binary 11000001 11011110 11001111 1101 0 111 1101 10010101 11111 1010001

Color Harmonies of #C1DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DECF

Black with #C1DECF

Text Example


Text Example

White with #C1DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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