#B4CEEA

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

Shades of Tropical Blue #B4CEEA

Tints of Tropical Blue #B4CEEA

Color information

#B4CEEA (or 0xB4CEEA) is unknown color: approx Tropical Blue. HEX triplet: B4, CE and EA. RGB value is (180,206,234). Sum of RGB (Red+Green+Blue) = 180+206+234=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CEEA is #4B3115. Grayscale: #C9C9C9. Windows color (decimal): -4927766 or 15388340. OLE color: 15388340.

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

Color convert

RGB180206234-
CMYK0.230.1200.08
HSL211.11º56.25%81.18%-
HSV(B)211.11º23.08%91.76%-
XYZ55.7459.7986.44-
YUV201.42146.39112.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.03%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=29.03%
G=33.23%
B=37.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802062340.230.1200.08211.1156.2581.18
HexB4CEEA17C08d33851
Octal264316352271401032370121
Binary10110100110011101110101010111110001000110100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEEA; }

 p { color: rgb(180,206,234); }

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

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

 a { background-color: rgb(180,206,234); }

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

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

 span { border-color: rgb(180,206,234); }

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