#B3DEF3

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

Shades of Light Blue #B3DEF3

Tints of Light Blue #B3DEF3

Color information

#B3DEF3 (or 0xB3DEF3) is unknown color: approx Light Blue. HEX triplet: B3, DE and F3. RGB value is (179,222,243). Sum of RGB (Red+Green+Blue) = 179+222+243=644 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.80% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #B3DEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DEF3 is #4C210C. Grayscale: #D3D3D3. Windows color (decimal): -4989197 or 15982259. OLE color: 15982259.

HSL color Cylindrical-coordinate representation of color #B3DEF3: hue angle of 199.69º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3DEF3 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179222243-
CMYK0.260.0900.05
HSL199.69º72.73%82.75%-
HSV(B)199.69º26.34%95.29%-
XYZ60.8968.394.77-
YUV211.54145.75104.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.80%
GREEN value IS 222 (87.11% from 255) = 34.47%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=27.80%
G=34.47%
B=37.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792222430.260.0900.05199.6972.7382.75
HexB3DEF31A905c84953
Octal263336363321105310111123
Binary10110011110111101111001111010100101011100100010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DEF3; }

 p { color: rgb(179,222,243); }

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

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

 a { background-color: rgb(179,222,243); }

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

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

 span { border-color: rgb(179,222,243); }

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