#B4CEEF

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

Shades of Tropical Blue #B4CEEF

Tints of Tropical Blue #B4CEEF

Color information

#B4CEEF (or 0xB4CEEF) is unknown color: approx Tropical Blue. HEX triplet: B4, CE and EF. RGB value is (180,206,239). Sum of RGB (Red+Green+Blue) = 180+206+239=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CEEF is #4B3110. Grayscale: #C9C9C9. Windows color (decimal): -4927761 or 15716020. OLE color: 15716020.

HSL color Cylindrical-coordinate representation of color #B4CEEF: hue angle of 213.56º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4CEEF is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180206239-
CMYK0.250.1400.06
HSL213.56º64.84%82.16%-
HSV(B)213.56º24.69%93.73%-
XYZ56.4760.0890.28-
YUV201.99148.89112.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.8%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 239 (93.75% from 255) = 38.24%
R=28.8%
G=32.96%
B=38.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802062390.250.1400.06213.5664.8482.16
HexB4CEEF19E06d64152
Octal264316357311606326101122
Binary10110100110011101110111111001111001101101011010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEEF; }

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

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

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

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

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

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

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

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