#B9CFF9

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

Shades of Tropical Blue #B9CFF9

Tints of Tropical Blue #B9CFF9

Color information

#B9CFF9 (or 0xB9CFF9) is unknown color: approx Tropical Blue. HEX triplet: B9, CF and F9. RGB value is (185,207,249). Sum of RGB (Red+Green+Blue) = 185+207+249=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #B9CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFF9 is #463006. Grayscale: #CDCDCD. Windows color (decimal): -4599815 or 16371641. OLE color: 16371641.

HSL color Cylindrical-coordinate representation of color #B9CFF9: hue angle of 219.38º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9CFF9 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185207249-
CMYK0.260.1700.02
HSL219.38º84.21%85.1%-
HSV(B)219.38º25.7%97.65%-
XYZ59.4261.7898.42-
YUV205.21152.71113.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.86%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=28.86%
G=32.29%
B=38.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852072490.260.1700.02219.3884.2185.1
HexB9CFF91A1102db5455
Octal271317371322102333124125
Binary10111001110011111111100111010100010101101101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFF9; }

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

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

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

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

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

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

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

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