#C3FBDD

Color #C3FBDD Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #C3FBDD

Tints of Aero Blue #C3FBDD

Color information

#C3FBDD (or 0xC3FBDD) is unknown color: approx Aero Blue. HEX triplet: C3, FB and DD. RGB value is (195,251,221). Sum of RGB (Red+Green+Blue) = 195+251+221=667 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.24% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FBDD is #3C0422. Grayscale: #E6E6E6. Windows color (decimal): -3933219 or 14547907. OLE color: 14547907.

HSL color Cylindrical-coordinate representation of color #C3FBDD: hue angle of 147.86º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FBDD is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB195251221-
CMYK0.2200.120.02
HSL147.86º87.5%87.45%-
HSV(B)147.86º22.31%98.43%-
XYZ70.0585.8281.28-
YUV230.84122.45102.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.24%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=29.24%
G=37.63%
B=33.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952512210.2200.120.02147.8687.587.45
HexC3FBDD160C2945857
Octal303373335260142224130127
Binary1100001111111011110111011011001100101001010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FBDD; }

 p { color: rgb(195,251,221); }

 H1.HeaderClassName
 {
   color: #C3FBDD;
 }
 .AnyTagClassName
 {
   color: #C3FBDD;
 }
</style>
background-color css

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

 a { background-color: rgb(195,251,221); }

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

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

 span { border-color: rgb(195,251,221); }

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