#B7DEF5

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

Shades of Light Blue #B7DEF5

Tints of Light Blue #B7DEF5

Color information

#B7DEF5 (or 0xB7DEF5) is unknown color: approx Light Blue. HEX triplet: B7, DE and F5. RGB value is (183,222,245). Sum of RGB (Red+Green+Blue) = 183+222+245=650 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.15% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #B7DEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DEF5 is #48210A. Grayscale: #D4D4D4. Windows color (decimal): -4727051 or 16113335. OLE color: 16113335.

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

Color convert

RGB183222245-
CMYK0.250.0900.04
HSL202.26º75.61%83.92%-
HSV(B)202.26º25.31%96.08%-
XYZ62.1368.996.41-
YUV212.96146.08106.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.15%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 245 (96.09% from 255) = 37.69%
R=28.15%
G=34.15%
B=37.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1832222450.250.0900.04202.2675.6183.92
HexB7DEF519904ca4c54
Octal267336365311104312114124
Binary10110111110111101111010111001100101001100101010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DEF5; }

 p { color: rgb(183,222,245); }

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

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

 a { background-color: rgb(183,222,245); }

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

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

 span { border-color: rgb(183,222,245); }

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