#B2DFEE

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

Shades of Light Blue #B2DFEE

Tints of Light Blue #B2DFEE

Color information

#B2DFEE (or 0xB2DFEE) is unknown color: approx Light Blue. HEX triplet: B2, DF and EE. RGB value is (178,223,238). Sum of RGB (Red+Green+Blue) = 178+223+238=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFEE is #4D2011. Grayscale: #D3D3D3. Windows color (decimal): -5054482 or 15654834. OLE color: 15654834.

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

Color convert

RGB178223238-
CMYK0.250.0600.07
HSL195º63.83%81.57%-
HSV(B)195º25.21%93.33%-
XYZ60.1868.4190.92-
YUV211.26143.09104.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.86%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=27.86%
G=34.90%
B=37.25%

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
Decimal1782232380.250.0600.0719563.8381.57
HexB2DFEE19607c34052
Octal26233735631607303100122
Binary1011001011011111111011101100111001111100001110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFEE; }

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

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

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

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

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

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

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

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