Html Css Color HEX #C8FCDC Aero Blue

📋 copy color: '#C8FCDC'

red 200 ◦ green 252 ◦ blue 220

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

Shades of Aero Blue #C8FCDC

Tints of Aero Blue #C8FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.5%

 BLUE value IS 220 (86.33% from 255) = 32.74%

R = 29.76%
G = 37.5%
B = 32.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#C8FCDC (or 0xC8FCDC) is known color: Aero Blue. HEX triplet: C8, FC and DC. RGB value is (200,252,220). Sum of RGB (Red+Green+Blue) = 200+252+220=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCDC is #370323. Grayscale: #E8E8E8. Windows color (decimal): -3605284 or 14482632. OLE color: 14482632.

HSL color Cylindrical-coordinate representation of color #C8FCDC: hue angle of 143.08º degrees, saturation: 0.9, 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 #C8FCDC is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 252 220 -
CMYK 0.21 0 0.13 0.01
HSL 143.08º 0.9% 0.89% -
HSV(B) 143.08º 0.21% 0.99% -
XYZ 71.55 87.07 80.74 -
YUV 232.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 200 252 220 0.21 0 0.13 0.01 143.08 0.9 0.89
Hex C8 FC DC 15 0 D 1 8F 5A 59
Octal 310 374 334 25 0 15 1 217 132 131
Binary 11001000 11111100 11011100 10101 0 1101 1 10001111 1011010 1011001

Color Harmonies of #C8FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FCDC

Black with #C8FCDC

Text Example


Text Example

White with #C8FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FCDC; }

 p { color: rgb(200,252,220); }

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

background-color css

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

 a { background-color: rgb(200,252,220); }

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

border-color css

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

 span { border-color: rgb(200,252,220); }

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