#C8FDDB

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

Shades of Aero Blue #C8FDDB

Tints of Aero Blue #C8FDDB

Color information

#C8FDDB (or 0xC8FDDB) is unknown color: approx Aero Blue. HEX triplet: C8, FD and DB. RGB value is (200,253,219). Sum of RGB (Red+Green+Blue) = 200+253+219=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FDDB is #370224. Grayscale: #E9E9E9. Windows color (decimal): -3605029 or 14417352. OLE color: 14417352.

HSL color Cylindrical-coordinate representation of color #C8FDDB: hue angle of 141.51º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FDDB is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB200253219-
CMYK0.2100.130.01
HSL141.51º92.98%88.82%-
HSV(B)141.51º20.95%99.22%-
XYZ71.7387.6480.15-
YUV233.28119.94104.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.76%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=29.76%
G=37.65%
B=32.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002532190.2100.130.01141.5192.9888.82
HexC8FDDB150D18e5d59
Octal310375333250151216135131
Binary110010001111110111011011101010110111000111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FDDB; }

 p { color: rgb(200,253,219); }

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

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

 a { background-color: rgb(200,253,219); }

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

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

 span { border-color: rgb(200,253,219); }

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