#B9DFF5

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

Shades of Light Blue #B9DFF5

Tints of Light Blue #B9DFF5

Color information

#B9DFF5 (or 0xB9DFF5) is unknown color: approx Light Blue. HEX triplet: B9, DF and F5. RGB value is (185,223,245). Sum of RGB (Red+Green+Blue) = 185+223+245=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #B9DFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DFF5 is #46200A. Grayscale: #D6D6D6. Windows color (decimal): -4595723 or 16113593. OLE color: 16113593.

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

Color convert

RGB185223245-
CMYK0.240.0900.04
HSL202º75%84.31%-
HSV(B)202º24.49%96.08%-
XYZ62.8869.6896.52-
YUV214.15145.41107.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.33%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 245 (96.09% from 255) = 37.52%
R=28.33%
G=34.15%
B=37.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852232450.240.0900.042027584.31
HexB9DFF518904ca4b54
Octal271337365301104312113124
Binary10111001110111111111010111000100101001100101010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DFF5; }

 p { color: rgb(185,223,245); }

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

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

 a { background-color: rgb(185,223,245); }

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

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

 span { border-color: rgb(185,223,245); }

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