#B7DFEB

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

Shades of Light Blue #B7DFEB

Tints of Light Blue #B7DFEB

Color information

#B7DFEB (or 0xB7DFEB) is unknown color: approx Light Blue. HEX triplet: B7, DF and EB. RGB value is (183,223,235). Sum of RGB (Red+Green+Blue) = 183+223+235=641 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.55% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DFEB is #482014. Grayscale: #D4D4D4. Windows color (decimal): -4726805 or 15458231. OLE color: 15458231.

HSL color Cylindrical-coordinate representation of color #B7DFEB: hue angle of 193.85º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7DFEB is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183223235-
CMYK0.220.0500.08
HSL193.85º56.52%81.96%-
HSV(B)193.85º22.13%92.16%-
XYZ60.9168.8488.67-
YUV212.41140.75107.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.55%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=28.55%
G=34.79%
B=36.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832232350.220.0500.08193.8556.5281.96
HexB7DFEB16508c23952
Octal26733735326501030271122
Binary1011011111011111111010111011010101000110000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFEB; }

 p { color: rgb(183,223,235); }

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

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

 a { background-color: rgb(183,223,235); }

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

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

 span { border-color: rgb(183,223,235); }

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