Html Css Color HEX #BBF9DD Aero Blue

📋 copy color: '#BBF9DD'

red 187 ◦ green 249 ◦ blue 221

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

Shades of Aero Blue #BBF9DD

Tints of Aero Blue #BBF9DD

RGB

 RED value IS 187 (73.44% from 255) = 28.46%

 GREEN value IS 249 (97.66% from 255) = 37.9%

 BLUE value IS 221 (86.72% from 255) = 33.64%

R = 28.46%
G = 37.9%
B = 33.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#BBF9DD (or 0xBBF9DD) is known color: Aero Blue. HEX triplet: BB, F9 and DD. RGB value is (187,249,221). Sum of RGB (Red+Green+Blue) = 187+249+221=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9DD is #440622. Grayscale: #E3E3E3. Windows color (decimal): -4458019 or 14547387. OLE color: 14547387.

HSL color Cylindrical-coordinate representation of color #BBF9DD: hue angle of 152.9º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9DD is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 221 -
CMYK 0.25 0 0.11 0.02
HSL 152.9º 0.84% 0.85% -
HSV(B) 152.9º 0.25% 0.98% -
XYZ 67.42 83.54 80.98 -
YUV 227.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 187 249 221 0.25 0 0.11 0.02 152.9 0.84 0.85
Hex BB F9 DD 19 0 B 2 99 54 55
Octal 273 371 335 31 0 13 2 231 124 125
Binary 10111011 11111001 11011101 11001 0 1011 10 10011001 1010100 1010101

Color Harmonies of #BBF9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF9DD

Black with #BBF9DD

Text Example


Text Example

White with #BBF9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF9DD; }

 p { color: rgb(187,249,221); }

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

background-color css

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

 a { background-color: rgb(187,249,221); }

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

border-color css

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

 span { border-color: rgb(187,249,221); }

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