#B4CFEF

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

Shades of Tropical Blue #B4CFEF

Tints of Tropical Blue #B4CFEF

Color information

#B4CFEF (or 0xB4CFEF) is unknown color: approx Tropical Blue. HEX triplet: B4, CF and EF. RGB value is (180,207,239). Sum of RGB (Red+Green+Blue) = 180+207+239=626 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.75% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CFEF is #4B3010. Grayscale: #CACACA. Windows color (decimal): -4927505 or 15716276. OLE color: 15716276.

HSL color Cylindrical-coordinate representation of color #B4CFEF: hue angle of 212.54º 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 #B4CFEF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180207239-
CMYK0.250.1300.06
HSL212.54º64.84%82.16%-
HSV(B)212.54º24.69%93.73%-
XYZ56.7260.5690.36-
YUV202.58148.55111.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.75%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=28.75%
G=33.07%
B=38.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802072390.250.1300.06212.5464.8482.16
HexB4CFEF19D06d54152
Octal264317357311506325101122
Binary10110100110011111110111111001110101101101010110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFEF; }

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

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

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

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

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

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

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

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