Html Css Color HEX #B8F3CF Aero Blue

📋 copy color: '#B8F3CF'

red 184 ◦ green 243 ◦ blue 207

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

Shades of Aero Blue #B8F3CF

Tints of Aero Blue #B8F3CF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.33%

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

R = 29.02%
G = 38.33%
B = 32.65%

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

#B8F3CF (or 0xB8F3CF) is known color: Aero Blue. HEX triplet: B8, F3 and CF. RGB value is (184,243,207). Sum of RGB (Red+Green+Blue) = 184+243+207=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F3CF is #470C30. Grayscale: #DDDDDD. Windows color (decimal): -4656177 or 13628344. OLE color: 13628344.

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

Color convert

RGB 184 243 207 -
CMYK 0.24 0 0.15 0.05
HSL 143.39º 0.71% 0.84% -
HSV(B) 143.39º 0.24% 0.95% -
XYZ 63.08 78.8 70.92 -
YUV 221.26 119.95 101.43 -
System Red Green Blue C M Y K H S L
Decimal 184 243 207 0.24 0 0.15 0.05 143.39 0.71 0.84
Hex B8 F3 CF 18 0 F 5 8F 47 54
Octal 270 363 317 30 0 17 5 217 107 124
Binary 10111000 11110011 11001111 11000 0 1111 101 10001111 1000111 1010100

Color Harmonies of #B8F3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F3CF

Black with #B8F3CF

Text Example


Text Example

White with #B8F3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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