#B7D8EE

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

Shades of Light Blue #B7D8EE

Tints of Light Blue #B7D8EE

Color information

#B7D8EE (or 0xB7D8EE) is unknown color: approx Light Blue. HEX triplet: B7, D8 and EE. RGB value is (183,216,238). Sum of RGB (Red+Green+Blue) = 183+216+238=637 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.73% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7D8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D8EE is #482711. Grayscale: #D0D0D0. Windows color (decimal): -4728594 or 15653047. OLE color: 15653047.

HSL color Cylindrical-coordinate representation of color #B7D8EE: hue angle of 204º 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 #B7D8EE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183216238-
CMYK0.230.0900.07
HSL204º61.8%82.55%-
HSV(B)204º23.11%93.33%-
XYZ59.5265.3590.37-
YUV208.64144.57109.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.73%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=28.73%
G=33.91%
B=37.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832162380.230.0900.0720461.882.55
HexB7D8EE17907cc3e53
Octal26733035627110731476123
Binary1011011111011000111011101011110010111110011001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D8EE; }

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

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

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

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

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

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

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

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