Html Css Color HEX #B4E5EF Powder Blue

📋 copy color: '#B4E5EF'

red 180 ◦ green 229 ◦ blue 239

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

Shades of Powder Blue #B4E5EF

Tints of Powder Blue #B4E5EF

RGB

 RED value IS 180 (70.7% from 255) = 27.78%

 GREEN value IS 229 (89.84% from 255) = 35.34%

 BLUE value IS 239 (93.75% from 255) = 36.88%

R = 27.78%
G = 35.34%
B = 36.88%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B4E5EF (or 0xB4E5EF) is known color: Powder Blue. HEX triplet: B4, E5 and EF. RGB value is (180,229,239). Sum of RGB (Red+Green+Blue) = 180+229+239=648 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.78% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E5EF is #4B1A10. Grayscale: #D7D7D7. Windows color (decimal): -4921873 or 15721908. OLE color: 15721908.

HSL color Cylindrical-coordinate representation of color #B4E5EF: hue angle of 190.17º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4E5EF is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 229 239 -
CMYK 0.25 0.04 0 0.06
HSL 190.17º 0.65% 0.82% -
HSV(B) 190.17º 0.25% 0.94% -
XYZ 62.42 71.97 92.26 -
YUV 215.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 180 229 239 0.25 0.04 0 0.06 190.17 0.65 0.82
Hex B4 E5 EF 19 4 0 6 BE 41 52
Octal 264 345 357 31 4 0 6 276 101 122
Binary 10110100 11100101 11101111 11001 100 0 110 10111110 1000001 1010010

Color Harmonies of #B4E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E5EF

Black with #B4E5EF

Text Example


Text Example

White with #B4E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E5EF; }

 p { color: rgb(180,229,239); }

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

background-color css

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

 a { background-color: rgb(180,229,239); }

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

border-color css

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

 span { border-color: rgb(180,229,239); }

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