Html Css Color HEX #B8F6DA Aero Blue

📋 copy color: '#B8F6DA'

red 184 ◦ green 246 ◦ blue 218

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

Shades of Aero Blue #B8F6DA

Tints of Aero Blue #B8F6DA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.96%

 BLUE value IS 218 (85.55% from 255) = 33.64%

R = 28.4%
G = 37.96%
B = 33.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#B8F6DA (or 0xB8F6DA) is known color: Aero Blue. HEX triplet: B8, F6 and DA. RGB value is (184,246,218). Sum of RGB (Red+Green+Blue) = 184+246+218=648 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.40% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 246 - color contains mainly: green. Hex color #B8F6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F6DA is #470925. Grayscale: #E0E0E0. Windows color (decimal): -4655398 or 14350008. OLE color: 14350008.

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

Color convert

RGB 184 246 218 -
CMYK 0.25 0 0.11 0.04
HSL 152.9º 0.78% 0.84% -
HSV(B) 152.9º 0.25% 0.96% -
XYZ 65.38 81.16 78.55 -
YUV 224.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 184 246 218 0.25 0 0.11 0.04 152.9 0.78 0.84
Hex B8 F6 DA 19 0 B 4 99 4E 54
Octal 270 366 332 31 0 13 4 231 116 124
Binary 10111000 11110110 11011010 11001 0 1011 100 10011001 1001110 1010100

Color Harmonies of #B8F6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F6DA

Black with #B8F6DA

Text Example


Text Example

White with #B8F6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F6DA; }

 p { color: rgb(184,246,218); }

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

background-color css

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

 a { background-color: rgb(184,246,218); }

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

border-color css

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

 span { border-color: rgb(184,246,218); }

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