#B9CFE5

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

Shades of Tropical Blue #B9CFE5

Tints of Tropical Blue #B9CFE5

Color information

#B9CFE5 (or 0xB9CFE5) is unknown color: approx Tropical Blue. HEX triplet: B9, CF and E5. RGB value is (185,207,229). Sum of RGB (Red+Green+Blue) = 185+207+229=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9CFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFE5 is #46301A. Grayscale: #CACACA. Windows color (decimal): -4599835 or 15060921. OLE color: 15060921.

HSL color Cylindrical-coordinate representation of color #B9CFE5: hue angle of 210º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9CFE5 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB185207229-
CMYK0.190.1000.10
HSL210º45.83%81.18%-
HSV(B)210º19.21%89.8%-
XYZ56.4660.682.85-
YUV202.93142.71115.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.79%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 229 (89.84% from 255) = 36.88%
R=29.79%
G=33.33%
B=36.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1852072290.190.1000.1021045.8381.18
HexB9CFE513A0Ad22e51
Octal271317345231201232256121
Binary10111001110011111110010110011101001010110100101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFE5; }

 p { color: rgb(185,207,229); }

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

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

 a { background-color: rgb(185,207,229); }

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

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

 span { border-color: rgb(185,207,229); }

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