#B5E6F0

Color #B5E6F0 Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #B5E6F0

Tints of Powder Blue #B5E6F0

Color information

#B5E6F0 (or 0xB5E6F0) is unknown color: approx Powder Blue. HEX triplet: B5, E6 and F0. RGB value is (181,230,240). Sum of RGB (Red+Green+Blue) = 181+230+240=651 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.80% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #B5E6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E6F0 is #4A190F. Grayscale: #D8D8D8. Windows color (decimal): -4856080 or 15787701. OLE color: 15787701.

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

Color convert

RGB181230240-
CMYK0.250.0400.06
HSL190.17º66.29%82.55%-
HSV(B)190.17º24.58%94.12%-
XYZ63.0872.7193.15-
YUV216.49141.27102.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.80%
GREEN value IS 230 (90.23% from 255) = 35.33%
BLUE value IS 240 (94.14% from 255) = 36.87%
R=27.80%
G=35.33%
B=36.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812302400.250.0400.06190.1766.2982.55
HexB5E6F019406be4253
Octal26534636031406276102123
Binary1011010111100110111100001100110001101011111010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E6F0; }

 p { color: rgb(181,230,240); }

 H1.HeaderClassName
 {
   color: #B5E6F0;
 }
 .AnyTagClassName
 {
   color: #B5E6F0;
 }
</style>
background-color css

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

 a { background-color: rgb(181,230,240); }

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

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

 span { border-color: rgb(181,230,240); }

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