Html Css Color HEX #C3FBDB Aero Blue

📋 copy color: '#C3FBDB'

red 195 ◦ green 251 ◦ blue 219

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

Shades of Aero Blue #C3FBDB

Tints of Aero Blue #C3FBDB

RGB

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

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

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

R = 29.32%
G = 37.74%
B = 32.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#C3FBDB (or 0xC3FBDB) is known color: Aero Blue. HEX triplet: C3, FB and DB. RGB value is (195,251,219). Sum of RGB (Red+Green+Blue) = 195+251+219=665 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.32% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FBDB is #3C0424. Grayscale: #E6E6E6. Windows color (decimal): -3933221 or 14416835. OLE color: 14416835.

HSL color Cylindrical-coordinate representation of color #C3FBDB: hue angle of 145.71º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FBDB is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 251 219 -
CMYK 0.22 0 0.13 0.02
HSL 145.71º 0.88% 0.87% -
HSV(B) 145.71º 0.22% 0.98% -
XYZ 69.79 85.71 79.88 -
YUV 230.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 195 251 219 0.22 0 0.13 0.02 145.71 0.88 0.87
Hex C3 FB DB 16 0 D 2 92 58 57
Octal 303 373 333 26 0 15 2 222 130 127
Binary 11000011 11111011 11011011 10110 0 1101 10 10010010 1011000 1010111

Color Harmonies of #C3FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FBDB

Black with #C3FBDB

Text Example


Text Example

White with #C3FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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