#B2DFED

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

Shades of Light Blue #B2DFED

Tints of Light Blue #B2DFED

Color information

#B2DFED (or 0xB2DFED) is unknown color: approx Light Blue. HEX triplet: B2, DF and ED. RGB value is (178,223,237). Sum of RGB (Red+Green+Blue) = 178+223+237=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFED is #4D2012. Grayscale: #D3D3D3. Windows color (decimal): -5054483 or 15589298. OLE color: 15589298.

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

Color convert

RGB178223237-
CMYK0.250.0600.07
HSL194.24º62.11%81.37%-
HSV(B)194.24º24.89%92.94%-
XYZ60.0368.3590.15-
YUV211.14142.59104.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.90%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=27.90%
G=34.95%
B=37.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782232370.250.0600.07194.2462.1181.37
HexB2DFED19607c23e51
Octal2623373553160730276121
Binary101100101101111111101101110011100111110000101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFED; }

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

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

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

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

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

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

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

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