Html Css Color HEX #C3FEDB Aero Blue

📋 copy color: '#C3FEDB'

red 195 ◦ green 254 ◦ blue 219

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

Shades of Aero Blue #C3FEDB

Tints of Aero Blue #C3FEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.78%

R = 29.19%
G = 38.02%
B = 32.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#C3FEDB (or 0xC3FEDB) is known color: Aero Blue. HEX triplet: C3, FE and DB. RGB value is (195,254,219). Sum of RGB (Red+Green+Blue) = 195+254+219=668 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.19% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FEDB is #3C0124. Grayscale: #E8E8E8. Windows color (decimal): -3932453 or 14417603. OLE color: 14417603.

HSL color Cylindrical-coordinate representation of color #C3FEDB: hue angle of 144.41º 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 #C3FEDB is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 254 219 -
CMYK 0.23 0 0.14 0.00
HSL 144.41º 0.97% 0.88% -
HSV(B) 144.41º 0.23% 1% -
XYZ 70.73 87.6 80.2 -
YUV 232.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 195 254 219 0.23 0 0.14 0.00 144.41 0.97 0.88
Hex C3 FE DB 17 0 E 0 90 61 58
Octal 303 376 333 27 0 16 0 220 141 130
Binary 11000011 11111110 11011011 10111 0 1110 0 10010000 1100001 1011000

Color Harmonies of #C3FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FEDB

Black with #C3FEDB

Text Example


Text Example

White with #C3FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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