Html Css Color HEX #C3FEDD Aero Blue

📋 copy color: '#C3FEDD'

red 195 ◦ green 254 ◦ blue 221

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

Shades of Aero Blue #C3FEDD

Tints of Aero Blue #C3FEDD

RGB

 RED value IS 195 (76.56% from 255) = 29.1%

 GREEN value IS 254 (99.61% from 255) = 37.91%

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

R = 29.1%
G = 37.91%
B = 32.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#C3FEDD (or 0xC3FEDD) is known color: Aero Blue. HEX triplet: C3, FE and DD. RGB value is (195,254,221). Sum of RGB (Red+Green+Blue) = 195+254+221=670 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.10% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FEDD is #3C0122. Grayscale: #E8E8E8. Windows color (decimal): -3932451 or 14548675. OLE color: 14548675.

HSL color Cylindrical-coordinate representation of color #C3FEDD: hue angle of 146.44º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FEDD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 254 221 -
CMYK 0.23 0 0.13 0.00
HSL 146.44º 0.97% 0.88% -
HSV(B) 146.44º 0.23% 1% -
XYZ 71 87.71 81.59 -
YUV 232.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 195 254 221 0.23 0 0.13 0.00 146.44 0.97 0.88
Hex C3 FE DD 17 0 D 0 92 61 58
Octal 303 376 335 27 0 15 0 222 141 130
Binary 11000011 11111110 11011101 10111 0 1101 0 10010010 1100001 1011000

Color Harmonies of #C3FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FEDD

Black with #C3FEDD

Text Example


Text Example

White with #C3FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FEDD; }

 p { color: rgb(195,254,221); }

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

background-color css

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

 a { background-color: rgb(195,254,221); }

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

border-color css

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

 span { border-color: rgb(195,254,221); }

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