Html Css Color HEX #B8EECF Aero Blue

📋 copy color: '#B8EECF'

red 184 ◦ green 238 ◦ blue 207

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

Shades of Aero Blue #B8EECF

Tints of Aero Blue #B8EECF

RGB

 RED value IS 184 (72.27% from 255) = 29.25%

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

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

R = 29.25%
G = 37.84%
B = 32.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#B8EECF (or 0xB8EECF) is known color: Aero Blue. HEX triplet: B8, EE and CF. RGB value is (184,238,207). Sum of RGB (Red+Green+Blue) = 184+238+207=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EECF is #471130. Grayscale: #DADADA. Windows color (decimal): -4657457 or 13627064. OLE color: 13627064.

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

Color convert

RGB 184 238 207 -
CMYK 0.23 0 0.13 0.07
HSL 145.56º 0.61% 0.83% -
HSV(B) 145.56º 0.23% 0.93% -
XYZ 61.6 75.84 70.42 -
YUV 218.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 184 238 207 0.23 0 0.13 0.07 145.56 0.61 0.83
Hex B8 EE CF 17 0 D 7 92 3D 53
Octal 270 356 317 27 0 15 7 222 75 123
Binary 10111000 11101110 11001111 10111 0 1101 111 10010010 111101 1010011

Color Harmonies of #B8EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EECF

Black with #B8EECF

Text Example


Text Example

White with #B8EECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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