#B3C9FD

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

Shades of Tropical Blue #B3C9FD

Tints of Tropical Blue #B3C9FD

Color information

#B3C9FD (or 0xB3C9FD) is unknown color: approx Tropical Blue. HEX triplet: B3, C9 and FD. RGB value is (179,201,253). Sum of RGB (Red+Green+Blue) = 179+201+253=633 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.28% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C9FD is #4C3602. Grayscale: #C8C8C8. Windows color (decimal): -4994563 or 16632243. OLE color: 16632243.

HSL color Cylindrical-coordinate representation of color #B3C9FD: hue angle of 222.16º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3C9FD is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179201253-
CMYK0.290.2100.01
HSL222.16º94.87%84.71%-
HSV(B)222.16º29.25%99.22%-
XYZ57.2158.45101.2-
YUV200.35157.71112.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.28%
GREEN value IS 201 (78.91% from 255) = 31.75%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=28.28%
G=31.75%
B=39.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792012530.290.2100.01222.1694.8784.71
HexB3C9FD1D1501de5f55
Octal263311375352501336137125
Binary1011001111001001111111011110110101011101111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C9FD; }

 p { color: rgb(179,201,253); }

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

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

 a { background-color: rgb(179,201,253); }

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

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

 span { border-color: rgb(179,201,253); }

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