#B7DCEE

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

Shades of Light Blue #B7DCEE

Tints of Light Blue #B7DCEE

Color information

#B7DCEE (or 0xB7DCEE) is unknown color: approx Light Blue. HEX triplet: B7, DC and EE. RGB value is (183,220,238). Sum of RGB (Red+Green+Blue) = 183+220+238=641 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.55% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCEE is #482311. Grayscale: #D2D2D2. Windows color (decimal): -4727570 or 15654071. OLE color: 15654071.

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

Color convert

RGB183220238-
CMYK0.230.0800.07
HSL199.64º61.8%82.55%-
HSV(B)199.64º23.11%93.33%-
XYZ60.5567.4390.71-
YUV210.99143.24108.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.55%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=28.55%
G=34.32%
B=37.13%

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
Decimal1832202380.230.0800.07199.6461.882.55
HexB7DCEE17807c83e53
Octal26733435627100731076123
Binary1011011111011100111011101011110000111110010001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCEE; }

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

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

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

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

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

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

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

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