#B4CBFE

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

Shades of Tropical Blue #B4CBFE

Tints of Tropical Blue #B4CBFE

Color information

#B4CBFE (or 0xB4CBFE) is unknown color: approx Tropical Blue. HEX triplet: B4, CB and FE. RGB value is (180,203,254). Sum of RGB (Red+Green+Blue) = 180+203+254=637 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.26% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CBFE is #4B3401. Grayscale: #C9C9C9. Windows color (decimal): -4928514 or 16698292. OLE color: 16698292.

HSL color Cylindrical-coordinate representation of color #B4CBFE: hue angle of 221.35º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4CBFE is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB180203254-
CMYK0.290.2000.00
HSL221.35º97.37%85.1%-
HSV(B)221.35º29.13%99.61%-
XYZ58.0759.57102.2-
YUV201.94157.38112.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.26%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=28.26%
G=31.87%
B=39.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802032540.290.2000.00221.3597.3785.1
HexB4CBFE1D1400dd6155
Octal264313376352400335141125
Binary1011010011001011111111101110110100001101110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBFE; }

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

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

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

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

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

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

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

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