#B9CFEF

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

Shades of Tropical Blue #B9CFEF

Tints of Tropical Blue #B9CFEF

Color information

#B9CFEF (or 0xB9CFEF) is unknown color: approx Tropical Blue. HEX triplet: B9, CF and EF. RGB value is (185,207,239). Sum of RGB (Red+Green+Blue) = 185+207+239=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFEF is #463010. Grayscale: #CBCBCB. Windows color (decimal): -4599825 or 15716281. OLE color: 15716281.

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

Color convert

RGB185207239-
CMYK0.230.1300.06
HSL215.56º62.79%83.14%-
HSV(B)215.56º22.59%93.73%-
XYZ57.961.1790.42-
YUV204.07147.71114.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.32%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=29.32%
G=32.81%
B=37.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852072390.230.1300.06215.5662.7983.14
HexB9CFEF17D06d83f53
Octal27131735727150633077123
Binary1011100111001111111011111011111010110110110001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFEF; }

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

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

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

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

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

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

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

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