#B3CEDF

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

Shades of Spindle #B3CEDF

Tints of Spindle #B3CEDF

Color information

#B3CEDF (or 0xB3CEDF) is unknown color: approx Spindle. HEX triplet: B3, CE and DF. RGB value is (179,206,223). Sum of RGB (Red+Green+Blue) = 179+206+223=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEDF is #4C3120. Grayscale: #C7C7C7. Windows color (decimal): -4993313 or 14667443. OLE color: 14667443.

HSL color Cylindrical-coordinate representation of color #B3CEDF: hue angle of 203.18º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3CEDF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179206223-
CMYK0.200.0800.13
HSL203.18º40.74%78.82%-
HSV(B)203.18º19.73%87.45%-
XYZ53.9859.0578.37-
YUV199.86141.05113.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=29.44%
G=33.88%
B=36.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792062230.200.0800.13203.1840.7478.82
HexB3CEDF1480Dcb294f
Octal263316337241001531351117
Binary10110011110011101101111110100100001101110010111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEDF; }

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

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

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

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

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

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

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

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