Html Css Color HEX #C6F2D9 Aero Blue

📋 copy color: '#C6F2D9'

red 198 ◦ green 242 ◦ blue 217

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

Shades of Aero Blue #C6F2D9

Tints of Aero Blue #C6F2D9

RGB

 RED value IS 198 (77.73% from 255) = 30.14%

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

 BLUE value IS 217 (85.16% from 255) = 33.03%

R = 30.14%
G = 36.83%
B = 33.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#C6F2D9 (or 0xC6F2D9) is known color: Aero Blue. HEX triplet: C6, F2 and D9. RGB value is (198,242,217). Sum of RGB (Red+Green+Blue) = 198+242+217=657 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.14% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F2D9 is #390D26. Grayscale: #E2E2E2. Windows color (decimal): -3738919 or 14283462. OLE color: 14283462.

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

Color convert

RGB 198 242 217 -
CMYK 0.18 0 0.10 0.05
HSL 145.91º 0.63% 0.86% -
HSV(B) 145.91º 0.18% 0.95% -
XYZ 67.57 80.52 77.63 -
YUV 225.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 198 242 217 0.18 0 0.10 0.05 145.91 0.63 0.86
Hex C6 F2 D9 12 0 A 5 92 3F 56
Octal 306 362 331 22 0 12 5 222 77 126
Binary 11000110 11110010 11011001 10010 0 1010 101 10010010 111111 1010110

Color Harmonies of #C6F2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F2D9

Black with #C6F2D9

Text Example


Text Example

White with #C6F2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F2D9; }

 p { color: rgb(198,242,217); }

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

background-color css

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

 a { background-color: rgb(198,242,217); }

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

border-color css

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

 span { border-color: rgb(198,242,217); }

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