#B7DBF2

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

Shades of Light Blue #B7DBF2

Tints of Light Blue #B7DBF2

Color information

#B7DBF2 (or 0xB7DBF2) is unknown color: approx Light Blue. HEX triplet: B7, DB and F2. RGB value is (183,219,242). Sum of RGB (Red+Green+Blue) = 183+219+242=644 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.42% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7DBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBF2 is #48240D. Grayscale: #D2D2D2. Windows color (decimal): -4727822 or 15915959. OLE color: 15915959.

HSL color Cylindrical-coordinate representation of color #B7DBF2: hue angle of 203.39º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7DBF2 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183219242-
CMYK0.240.1000.05
HSL203.39º69.41%83.33%-
HSV(B)203.39º24.38%94.9%-
XYZ60.8967.1493.75-
YUV210.86145.57108.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.42%
GREEN value IS 219 (85.94% from 255) = 34.01%
BLUE value IS 242 (94.92% from 255) = 37.58%
R=28.42%
G=34.01%
B=37.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832192420.240.1000.05203.3969.4183.33
HexB7DBF218A05cb4553
Octal267333362301205313105123
Binary10110111110110111111001011000101001011100101110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DBF2; }

 p { color: rgb(183,219,242); }

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

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

 a { background-color: rgb(183,219,242); }

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

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

 span { border-color: rgb(183,219,242); }

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