Html Css Color HEX #C5FBDA Aero Blue

📋 copy color: '#C5FBDA'

red 197 ◦ green 251 ◦ blue 218

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

Shades of Aero Blue #C5FBDA

Tints of Aero Blue #C5FBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.73%

R = 29.58%
G = 37.69%
B = 32.73%

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

#C5FBDA (or 0xC5FBDA) is known color: Aero Blue. HEX triplet: C5, FB and DA. RGB value is (197,251,218). Sum of RGB (Red+Green+Blue) = 197+251+218=666 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.58% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FBDA is #3A0425. Grayscale: #E7E7E7. Windows color (decimal): -3802150 or 14351301. OLE color: 14351301.

HSL color Cylindrical-coordinate representation of color #C5FBDA: hue angle of 143.33º 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 #C5FBDA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 251 218 -
CMYK 0.22 0 0.13 0.02
HSL 143.33º 0.87% 0.88% -
HSV(B) 143.33º 0.22% 0.98% -
XYZ 70.18 85.93 79.22 -
YUV 231.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 197 251 218 0.22 0 0.13 0.02 143.33 0.87 0.88
Hex C5 FB DA 16 0 D 2 8F 57 58
Octal 305 373 332 26 0 15 2 217 127 130
Binary 11000101 11111011 11011010 10110 0 1101 10 10001111 1010111 1011000

Color Harmonies of #C5FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FBDA

Black with #C5FBDA

Text Example


Text Example

White with #C5FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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