Html Css Color HEX #C7FBDB Aero Blue

📋 copy color: '#C7FBDB'

red 199 ◦ green 251 ◦ blue 219

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

Shades of Aero Blue #C7FBDB

Tints of Aero Blue #C7FBDB

RGB

 RED value IS 199 (78.13% from 255) = 29.75%

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

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

R = 29.75%
G = 37.52%
B = 32.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#C7FBDB (or 0xC7FBDB) is known color: Aero Blue. HEX triplet: C7, FB and DB. RGB value is (199,251,219). Sum of RGB (Red+Green+Blue) = 199+251+219=669 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.75% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FBDB is #380424. Grayscale: #E7E7E7. Windows color (decimal): -3671077 or 14416839. OLE color: 14416839.

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

Color convert

RGB 199 251 219 -
CMYK 0.21 0 0.13 0.02
HSL 143.08º 0.87% 0.88% -
HSV(B) 143.08º 0.21% 0.98% -
XYZ 70.84 86.25 79.93 -
YUV 231.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 199 251 219 0.21 0 0.13 0.02 143.08 0.87 0.88
Hex C7 FB DB 15 0 D 2 8F 57 58
Octal 307 373 333 25 0 15 2 217 127 130
Binary 11000111 11111011 11011011 10101 0 1101 10 10001111 1010111 1011000

Color Harmonies of #C7FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FBDB

Black with #C7FBDB

Text Example


Text Example

White with #C7FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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