Html Css Color HEX #C5FBDB Aero Blue

📋 copy color: '#C5FBDB'

red 197 ◦ green 251 ◦ blue 219

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

Shades of Aero Blue #C5FBDB

Tints of Aero Blue #C5FBDB

RGB

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

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

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

R = 29.54%
G = 37.63%
B = 32.83%

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

#C5FBDB (or 0xC5FBDB) is known color: Aero Blue. HEX triplet: C5, FB and DB. RGB value is (197,251,219). Sum of RGB (Red+Green+Blue) = 197+251+219=667 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.54% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FBDB is #3A0424. Grayscale: #E7E7E7. Windows color (decimal): -3802149 or 14416837. OLE color: 14416837.

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

Color convert

RGB 197 251 219 -
CMYK 0.22 0 0.13 0.02
HSL 144.44º 0.87% 0.88% -
HSV(B) 144.44º 0.22% 0.98% -
XYZ 70.31 85.98 79.91 -
YUV 231.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 197 251 219 0.22 0 0.13 0.02 144.44 0.87 0.88
Hex C5 FB DB 16 0 D 2 90 57 58
Octal 305 373 333 26 0 15 2 220 127 130
Binary 11000101 11111011 11011011 10110 0 1101 10 10010000 1010111 1011000

Color Harmonies of #C5FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FBDB

Black with #C5FBDB

Text Example


Text Example

White with #C5FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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