#B4CAED

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

Shades of Tropical Blue #B4CAED

Tints of Tropical Blue #B4CAED

Color information

#B4CAED (or 0xB4CAED) is unknown color: approx Tropical Blue. HEX triplet: B4, CA and ED. RGB value is (180,202,237). Sum of RGB (Red+Green+Blue) = 180+202+237=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CAED is #4B3512. Grayscale: #C7C7C7. Windows color (decimal): -4928787 or 15583924. OLE color: 15583924.

HSL color Cylindrical-coordinate representation of color #B4CAED: hue angle of 216.84º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4CAED is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180202237-
CMYK0.240.1500.07
HSL216.84º61.29%81.76%-
HSV(B)216.84º24.05%92.94%-
XYZ55.2358.0688.42-
YUV199.41149.21114.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.08%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=29.08%
G=32.63%
B=38.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802022370.240.1500.07216.8461.2981.76
HexB4CAED18F07d93d52
Octal26431235530170733175122
Binary1011010011001010111011011100011110111110110011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CAED; }

 p { color: rgb(180,202,237); }

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

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

 a { background-color: rgb(180,202,237); }

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

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

 span { border-color: rgb(180,202,237); }

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