#B4CDEB

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

Shades of Tropical Blue #B4CDEB

Tints of Tropical Blue #B4CDEB

Color information

#B4CDEB (or 0xB4CDEB) is unknown color: approx Tropical Blue. HEX triplet: B4, CD and EB. RGB value is (180,205,235). Sum of RGB (Red+Green+Blue) = 180+205+235=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CDEB is #4B3214. Grayscale: #C8C8C8. Windows color (decimal): -4928021 or 15453620. OLE color: 15453620.

HSL color Cylindrical-coordinate representation of color #B4CDEB: hue angle of 212.73º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4CDEB is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180205235-
CMYK0.230.1300.08
HSL212.73º57.89%81.37%-
HSV(B)212.73º23.4%92.16%-
XYZ55.6559.3687.12-
YUV200.94147.22113.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.03%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=29.03%
G=33.06%
B=37.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802052350.230.1300.08212.7357.8981.37
HexB4CDEB17D08d53a51
Octal264315353271501032572121
Binary10110100110011011110101110111110101000110101011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDEB; }

 p { color: rgb(180,205,235); }

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

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

 a { background-color: rgb(180,205,235); }

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

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

 span { border-color: rgb(180,205,235); }

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