Html Css Color HEX #B8F2CF Aero Blue

📋 copy color: '#B8F2CF'

red 184 ◦ green 242 ◦ blue 207

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

Shades of Aero Blue #B8F2CF

Tints of Aero Blue #B8F2CF

RGB

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

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

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

R = 29.07%
G = 38.23%
B = 32.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#B8F2CF (or 0xB8F2CF) is known color: Aero Blue. HEX triplet: B8, F2 and CF. RGB value is (184,242,207). Sum of RGB (Red+Green+Blue) = 184+242+207=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2CF is #470D30. Grayscale: #DCDCDC. Windows color (decimal): -4656433 or 13628088. OLE color: 13628088.

HSL color Cylindrical-coordinate representation of color #B8F2CF: hue angle of 143.79º 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 #B8F2CF is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 242 207 -
CMYK 0.24 0 0.14 0.05
HSL 143.79º 0.69% 0.84% -
HSV(B) 143.79º 0.24% 0.95% -
XYZ 62.78 78.2 70.82 -
YUV 220.67 120.28 101.85 -
System Red Green Blue C M Y K H S L
Decimal 184 242 207 0.24 0 0.14 0.05 143.79 0.69 0.84
Hex B8 F2 CF 18 0 E 5 90 45 54
Octal 270 362 317 30 0 16 5 220 105 124
Binary 10111000 11110010 11001111 11000 0 1110 101 10010000 1000101 1010100

Color Harmonies of #B8F2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F2CF

Black with #B8F2CF

Text Example


Text Example

White with #B8F2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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