#B3DFF3

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

Shades of Light Blue #B3DFF3

Tints of Light Blue #B3DFF3

Color information

#B3DFF3 (or 0xB3DFF3) is unknown color: approx Light Blue. HEX triplet: B3, DF and F3. RGB value is (179,223,243). Sum of RGB (Red+Green+Blue) = 179+223+243=645 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.75% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #B3DFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DFF3 is #4C200C. Grayscale: #D3D3D3. Windows color (decimal): -4988941 or 15982515. OLE color: 15982515.

HSL color Cylindrical-coordinate representation of color #B3DFF3: hue angle of 198.75º 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 #B3DFF3 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179223243-
CMYK0.260.0800.05
HSL198.75º72.73%82.75%-
HSV(B)198.75º26.34%95.29%-
XYZ61.1668.8394.86-
YUV212.12145.42104.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.75%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=27.75%
G=34.57%
B=37.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792232430.260.0800.05198.7572.7382.75
HexB3DFF31A805c74953
Octal263337363321005307111123
Binary10110011110111111111001111010100001011100011110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DFF3; }

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

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

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

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

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

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

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

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