#B4CFED

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

Shades of Tropical Blue #B4CFED

Tints of Tropical Blue #B4CFED

Color information

#B4CFED (or 0xB4CFED) is unknown color: approx Tropical Blue. HEX triplet: B4, CF and ED. RGB value is (180,207,237). Sum of RGB (Red+Green+Blue) = 180+207+237=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CFED is #4B3012. Grayscale: #CACACA. Windows color (decimal): -4927507 or 15585204. OLE color: 15585204.

HSL color Cylindrical-coordinate representation of color #B4CFED: hue angle of 211.58º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4CFED is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180207237-
CMYK0.240.1300.07
HSL211.58º61.29%81.76%-
HSV(B)211.58º24.05%92.94%-
XYZ56.4260.4488.81-
YUV202.35147.55112.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=28.85%
G=33.17%
B=37.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802072370.240.1300.07211.5861.2981.76
HexB4CFED18D07d43d52
Octal26431735530150732475122
Binary1011010011001111111011011100011010111110101001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFED; }

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

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

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

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

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

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

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

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