#B7DBEE

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

Shades of Light Blue #B7DBEE

Tints of Light Blue #B7DBEE

Color information

#B7DBEE (or 0xB7DBEE) is unknown color: approx Light Blue. HEX triplet: B7, DB and EE. RGB value is (183,219,238). Sum of RGB (Red+Green+Blue) = 183+219+238=640 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.59% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBEE is #482411. Grayscale: #D2D2D2. Windows color (decimal): -4727826 or 15653815. OLE color: 15653815.

HSL color Cylindrical-coordinate representation of color #B7DBEE: hue angle of 200.73º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7DBEE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183219238-
CMYK0.230.0800.07
HSL200.73º61.8%82.55%-
HSV(B)200.73º23.11%93.33%-
XYZ60.2966.990.62-
YUV210.4143.57108.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.59%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=28.59%
G=34.22%
B=37.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832192380.230.0800.07200.7361.882.55
HexB7DBEE17807c93e53
Octal26733335627100731176123
Binary1011011111011011111011101011110000111110010011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DBEE; }

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

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

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

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

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

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

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

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