#B7DFED

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

Shades of Light Blue #B7DFED

Tints of Light Blue #B7DFED

Color information

#B7DFED (or 0xB7DFED) is unknown color: approx Light Blue. HEX triplet: B7, DF and ED. RGB value is (183,223,237). Sum of RGB (Red+Green+Blue) = 183+223+237=643 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.46% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DFED is #482012. Grayscale: #D4D4D4. Windows color (decimal): -4726803 or 15589303. OLE color: 15589303.

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

Color convert

RGB183223237-
CMYK0.230.0600.07
HSL195.56º60%82.35%-
HSV(B)195.56º22.78%92.94%-
XYZ61.268.9690.21-
YUV212.64141.75106.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.46%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=28.46%
G=34.68%
B=36.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832232370.230.0600.07195.566082.35
HexB7DFED17607c43c52
Octal2673373552760730474122
Binary101101111101111111101101101111100111110001001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFED; }

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

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

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

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

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

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

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

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