#B7DFEF

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

Shades of Light Blue #B7DFEF

Tints of Light Blue #B7DFEF

Color information

#B7DFEF (or 0xB7DFEF) is unknown color: approx Light Blue. HEX triplet: B7, DF and EF. RGB value is (183,223,239). Sum of RGB (Red+Green+Blue) = 183+223+239=645 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.37% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DFEF is #482010. Grayscale: #D4D4D4. Windows color (decimal): -4726801 or 15720375. OLE color: 15720375.

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

Color convert

RGB183223239-
CMYK0.230.0700.06
HSL197.14º63.64%82.75%-
HSV(B)197.14º23.43%93.73%-
XYZ61.569.0791.75-
YUV212.86142.75106.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.37%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=28.37%
G=34.57%
B=37.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832232390.230.0700.06197.1463.6482.75
HexB7DFEF17706c54053
Octal26733735727706305100123
Binary1011011111011111111011111011111101101100010110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFEF; }

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

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

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

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

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

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

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

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