#B4CBFB

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

Shades of Tropical Blue #B4CBFB

Tints of Tropical Blue #B4CBFB

Color information

#B4CBFB (or 0xB4CBFB) is unknown color: approx Tropical Blue. HEX triplet: B4, CB and FB. RGB value is (180,203,251). Sum of RGB (Red+Green+Blue) = 180+203+251=634 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.39% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CBFB is #4B3404. Grayscale: #C9C9C9. Windows color (decimal): -4928517 or 16501684. OLE color: 16501684.

HSL color Cylindrical-coordinate representation of color #B4CBFB: hue angle of 220.56º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4CBFB is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180203251-
CMYK0.280.1900.02
HSL220.56º89.87%84.51%-
HSV(B)220.56º28.29%98.43%-
XYZ57.5959.3899.69-
YUV201.6155.88112.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.39%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=28.39%
G=32.02%
B=39.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802032510.280.1900.02220.5689.8784.51
HexB4CBFB1C1302dd5a55
Octal264313373342302335132125
Binary10110100110010111111101111100100110101101110110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBFB; }

 p { color: rgb(180,203,251); }

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

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

 a { background-color: rgb(180,203,251); }

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

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

 span { border-color: rgb(180,203,251); }

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