Html Css Color HEX #B8F2CE Aero Blue

📋 copy color: '#B8F2CE'

red 184 ◦ green 242 ◦ blue 206

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

Shades of Aero Blue #B8F2CE

Tints of Aero Blue #B8F2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.29%

 BLUE value IS 206 (80.86% from 255) = 32.59%

R = 29.11%
G = 38.29%
B = 32.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#B8F2CE (or 0xB8F2CE) is known color: Aero Blue. HEX triplet: B8, F2 and CE. RGB value is (184,242,206). Sum of RGB (Red+Green+Blue) = 184+242+206=632 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.11% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2CE is #470D31. Grayscale: #DCDCDC. Windows color (decimal): -4656434 or 13562552. OLE color: 13562552.

HSL color Cylindrical-coordinate representation of color #B8F2CE: hue angle of 142.76º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F2CE is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 242 206 -
CMYK 0.24 0 0.15 0.05
HSL 142.76º 0.69% 0.84% -
HSV(B) 142.76º 0.24% 0.95% -
XYZ 62.66 78.15 70.17 -
YUV 220.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 184 242 206 0.24 0 0.15 0.05 142.76 0.69 0.84
Hex B8 F2 CE 18 0 F 5 8F 45 54
Octal 270 362 316 30 0 17 5 217 105 124
Binary 10111000 11110010 11001110 11000 0 1111 101 10001111 1000101 1010100

Color Harmonies of #B8F2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F2CE

Black with #B8F2CE

Text Example


Text Example

White with #B8F2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F2CE; }

 p { color: rgb(184,242,206); }

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

background-color css

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

 a { background-color: rgb(184,242,206); }

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

border-color css

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

 span { border-color: rgb(184,242,206); }

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