Html Css Color HEX #C8FBDA Aero Blue

📋 copy color: '#C8FBDA'

red 200 ◦ green 251 ◦ blue 218

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

Shades of Aero Blue #C8FBDA

Tints of Aero Blue #C8FBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.59%

R = 29.9%
G = 37.52%
B = 32.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#C8FBDA (or 0xC8FBDA) is known color: Aero Blue. HEX triplet: C8, FB and DA. RGB value is (200,251,218). Sum of RGB (Red+Green+Blue) = 200+251+218=669 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.90% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FBDA is #370425. Grayscale: #E8E8E8. Windows color (decimal): -3605542 or 14351304. OLE color: 14351304.

HSL color Cylindrical-coordinate representation of color #C8FBDA: hue angle of 141.18º 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 #C8FBDA is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 251 218 -
CMYK 0.20 0 0.13 0.02
HSL 141.18º 0.86% 0.88% -
HSV(B) 141.18º 0.2% 0.98% -
XYZ 70.97 86.34 79.25 -
YUV 231.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 200 251 218 0.20 0 0.13 0.02 141.18 0.86 0.88
Hex C8 FB DA 14 0 D 2 8D 56 58
Octal 310 373 332 24 0 15 2 215 126 130
Binary 11001000 11111011 11011010 10100 0 1101 10 10001101 1010110 1011000

Color Harmonies of #C8FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FBDA

Black with #C8FBDA

Text Example


Text Example

White with #C8FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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