Html Css Color HEX #C5F2DA Aero Blue

📋 copy color: '#C5F2DA'

red 197 ◦ green 242 ◦ blue 218

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

Shades of Aero Blue #C5F2DA

Tints of Aero Blue #C5F2DA

RGB

 RED value IS 197 (77.34% from 255) = 29.98%

 GREEN value IS 242 (94.92% from 255) = 36.83%

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

R = 29.98%
G = 36.83%
B = 33.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#C5F2DA (or 0xC5F2DA) is known color: Aero Blue. HEX triplet: C5, F2 and DA. RGB value is (197,242,218). Sum of RGB (Red+Green+Blue) = 197+242+218=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F2DA is #3A0D25. Grayscale: #E1E1E1. Windows color (decimal): -3804454 or 14348997. OLE color: 14348997.

HSL color Cylindrical-coordinate representation of color #C5F2DA: hue angle of 148º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5F2DA is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 218 -
CMYK 0.19 0 0.10 0.05
HSL 148º 0.63% 0.86% -
HSV(B) 148º 0.19% 0.95% -
XYZ 67.43 80.44 78.3 -
YUV 225.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 197 242 218 0.19 0 0.10 0.05 148 0.63 0.86
Hex C5 F2 DA 13 0 A 5 94 3F 56
Octal 305 362 332 23 0 12 5 224 77 126
Binary 11000101 11110010 11011010 10011 0 1010 101 10010100 111111 1010110

Color Harmonies of #C5F2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F2DA

Black with #C5F2DA

Text Example


Text Example

White with #C5F2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F2DA; }

 p { color: rgb(197,242,218); }

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

background-color css

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

 a { background-color: rgb(197,242,218); }

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

border-color css

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

 span { border-color: rgb(197,242,218); }

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