Html Css Color HEX #C1DCCF Aero Blue

📋 copy color: '#C1DCCF'

red 193 ◦ green 220 ◦ blue 207

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

Shades of Aero Blue #C1DCCF

Tints of Aero Blue #C1DCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.48%

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

R = 31.13%
G = 35.48%
B = 33.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#C1DCCF (or 0xC1DCCF) is known color: Aero Blue. HEX triplet: C1, DC and CF. RGB value is (193,220,207). Sum of RGB (Red+Green+Blue) = 193+220+207=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCCF is #3E2330. Grayscale: #D2D2D2. Windows color (decimal): -4072241 or 13622465. OLE color: 13622465.

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

Color convert

RGB 193 220 207 -
CMYK 0.12 0 0.06 0.14
HSL 151.11º 0.28% 0.81% -
HSV(B) 151.11º 0.12% 0.86% -
XYZ 58.85 67.03 68.87 -
YUV 210.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 193 220 207 0.12 0 0.06 0.14 151.11 0.28 0.81
Hex C1 DC CF C 0 6 E 97 1C 51
Octal 301 334 317 14 0 6 16 227 34 121
Binary 11000001 11011100 11001111 1100 0 110 1110 10010111 11100 1010001

Color Harmonies of #C1DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DCCF

Black with #C1DCCF

Text Example


Text Example

White with #C1DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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