#B9CFF0

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

Shades of Tropical Blue #B9CFF0

Tints of Tropical Blue #B9CFF0

Color information

#B9CFF0 (or 0xB9CFF0) is unknown color: approx Tropical Blue. HEX triplet: B9, CF and F0. RGB value is (185,207,240). Sum of RGB (Red+Green+Blue) = 185+207+240=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #B9CFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFF0 is #46300F. Grayscale: #CCCCCC. Windows color (decimal): -4599824 or 15781817. OLE color: 15781817.

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

Color convert

RGB185207240-
CMYK0.230.1400.06
HSL216º64.71%83.33%-
HSV(B)216º22.92%94.12%-
XYZ58.0561.2391.2-
YUV204.18148.21114.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.27%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=29.27%
G=32.75%
B=37.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852072400.230.1400.0621664.7183.33
HexB9CFF017E06d84153
Octal271317360271606330101123
Binary10111001110011111111000010111111001101101100010000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFF0; }

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

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

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

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

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

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

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

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