Html Css Color HEX #B9EECF Aero Blue

📋 copy color: '#B9EECF'

red 185 ◦ green 238 ◦ blue 207

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

Shades of Aero Blue #B9EECF

Tints of Aero Blue #B9EECF

RGB

 RED value IS 185 (72.66% from 255) = 29.37%

 GREEN value IS 238 (93.36% from 255) = 37.78%

 BLUE value IS 207 (81.25% from 255) = 32.86%

R = 29.37%
G = 37.78%
B = 32.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#B9EECF (or 0xB9EECF) is known color: Aero Blue. HEX triplet: B9, EE and CF. RGB value is (185,238,207). Sum of RGB (Red+Green+Blue) = 185+238+207=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EECF is #461130. Grayscale: #DADADA. Windows color (decimal): -4591921 or 13627065. OLE color: 13627065.

HSL color Cylindrical-coordinate representation of color #B9EECF: hue angle of 144.91º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EECF is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 238 207 -
CMYK 0.22 0 0.13 0.07
HSL 144.91º 0.61% 0.83% -
HSV(B) 144.91º 0.22% 0.93% -
XYZ 61.84 75.97 70.44 -
YUV 218.62 121.44 104.02 -
System Red Green Blue C M Y K H S L
Decimal 185 238 207 0.22 0 0.13 0.07 144.91 0.61 0.83
Hex B9 EE CF 16 0 D 7 91 3D 53
Octal 271 356 317 26 0 15 7 221 75 123
Binary 10111001 11101110 11001111 10110 0 1101 111 10010001 111101 1010011

Color Harmonies of #B9EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EECF

Black with #B9EECF

Text Example


Text Example

White with #B9EECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EECF; }

 p { color: rgb(185,238,207); }

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

background-color css

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

 a { background-color: rgb(185,238,207); }

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

border-color css

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

 span { border-color: rgb(185,238,207); }

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