Html Css Color HEX #B8EDCF Aero Blue

📋 copy color: '#B8EDCF'

red 184 ◦ green 237 ◦ blue 207

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

Shades of Aero Blue #B8EDCF

Tints of Aero Blue #B8EDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.74%

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

R = 29.3%
G = 37.74%
B = 32.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#B8EDCF (or 0xB8EDCF) is known color: Aero Blue. HEX triplet: B8, ED and CF. RGB value is (184,237,207). Sum of RGB (Red+Green+Blue) = 184+237+207=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDCF is #471230. Grayscale: #D9D9D9. Windows color (decimal): -4657713 or 13626808. OLE color: 13626808.

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

Color convert

RGB 184 237 207 -
CMYK 0.22 0 0.13 0.07
HSL 146.04º 0.6% 0.83% -
HSV(B) 146.04º 0.22% 0.93% -
XYZ 61.31 75.26 70.33 -
YUV 217.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 184 237 207 0.22 0 0.13 0.07 146.04 0.6 0.83
Hex B8 ED CF 16 0 D 7 92 3C 53
Octal 270 355 317 26 0 15 7 222 74 123
Binary 10111000 11101101 11001111 10110 0 1101 111 10010010 111100 1010011

Color Harmonies of #B8EDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EDCF

Black with #B8EDCF

Text Example


Text Example

White with #B8EDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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