Html Css Color HEX #C8FBDD Aero Blue

📋 copy color: '#C8FBDD'

red 200 ◦ green 251 ◦ blue 221

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

Shades of Aero Blue #C8FBDD

Tints of Aero Blue #C8FBDD

RGB

 RED value IS 200 (78.52% from 255) = 29.76%

 GREEN value IS 251 (98.44% from 255) = 37.35%

 BLUE value IS 221 (86.72% from 255) = 32.89%

R = 29.76%
G = 37.35%
B = 32.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#C8FBDD (or 0xC8FBDD) is known color: Aero Blue. HEX triplet: C8, FB and DD. RGB value is (200,251,221). Sum of RGB (Red+Green+Blue) = 200+251+221=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FBDD is #370422. Grayscale: #E8E8E8. Windows color (decimal): -3605539 or 14547912. OLE color: 14547912.

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

Color convert

RGB 200 251 221 -
CMYK 0.20 0 0.12 0.02
HSL 144.71º 0.86% 0.88% -
HSV(B) 144.71º 0.2% 0.98% -
XYZ 71.37 86.49 81.34 -
YUV 232.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 200 251 221 0.20 0 0.12 0.02 144.71 0.86 0.88
Hex C8 FB DD 14 0 C 2 91 56 58
Octal 310 373 335 24 0 14 2 221 126 130
Binary 11001000 11111011 11011101 10100 0 1100 10 10010001 1010110 1011000

Color Harmonies of #C8FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FBDD

Black with #C8FBDD

Text Example


Text Example

White with #C8FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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