#B4CBEB

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

Shades of Tropical Blue #B4CBEB

Tints of Tropical Blue #B4CBEB

Color information

#B4CBEB (or 0xB4CBEB) is unknown color: approx Tropical Blue. HEX triplet: B4, CB and EB. RGB value is (180,203,235). Sum of RGB (Red+Green+Blue) = 180+203+235=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CBEB is #4B3414. Grayscale: #C7C7C7. Windows color (decimal): -4928533 or 15453108. OLE color: 15453108.

HSL color Cylindrical-coordinate representation of color #B4CBEB: hue angle of 214.91º 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 #B4CBEB is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180203235-
CMYK0.230.1400.08
HSL214.91º57.89%81.37%-
HSV(B)214.91º23.4%92.16%-
XYZ55.1758.4186.96-
YUV199.77147.88113.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.13%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=29.13%
G=32.85%
B=38.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802032350.230.1400.08214.9157.8981.37
HexB4CBEB17E08d73a51
Octal264313353271601032772121
Binary10110100110010111110101110111111001000110101111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBEB; }

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

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

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

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

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

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

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

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