#B7DDEE

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

Shades of Light Blue #B7DDEE

Tints of Light Blue #B7DDEE

Color information

#B7DDEE (or 0xB7DDEE) is unknown color: approx Light Blue. HEX triplet: B7, DD and EE. RGB value is (183,221,238). Sum of RGB (Red+Green+Blue) = 183+221+238=642 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.50% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DDEE is #482211. Grayscale: #D3D3D3. Windows color (decimal): -4727314 or 15654327. OLE color: 15654327.

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

Color convert

RGB183221238-
CMYK0.230.0700.07
HSL198.55º61.8%82.55%-
HSV(B)198.55º23.11%93.33%-
XYZ60.8267.9590.8-
YUV211.58142.91107.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.50%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=28.50%
G=34.42%
B=37.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832212380.230.0700.07198.5561.882.55
HexB7DDEE17707c73e53
Octal2673353562770730776123
Binary101101111101110111101110101111110111110001111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DDEE; }

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

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

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

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

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

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

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

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