#B4DFF0

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

Shades of Light Blue #B4DFF0

Tints of Light Blue #B4DFF0

Color information

#B4DFF0 (or 0xB4DFF0) is unknown color: approx Light Blue. HEX triplet: B4, DF and F0. RGB value is (180,223,240). Sum of RGB (Red+Green+Blue) = 180+223+240=643 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.99% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #B4DFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DFF0 is #4B200F. Grayscale: #D3D3D3. Windows color (decimal): -4923408 or 15785908. OLE color: 15785908.

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

Color convert

RGB180223240-
CMYK0.250.0700.06
HSL197º66.67%82.35%-
HSV(B)197º25%94.12%-
XYZ60.9468.7792.5-
YUV212.08143.75105.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.99%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=27.99%
G=34.68%
B=37.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802232400.250.0700.0619766.6782.35
HexB4DFF019706c54352
Octal26433736031706305103122
Binary1011010011011111111100001100111101101100010110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DFF0; }

 p { color: rgb(180,223,240); }

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

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

 a { background-color: rgb(180,223,240); }

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

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

 span { border-color: rgb(180,223,240); }

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