#B9CFED

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

Shades of Tropical Blue #B9CFED

Tints of Tropical Blue #B9CFED

Color information

#B9CFED (or 0xB9CFED) is unknown color: approx Tropical Blue. HEX triplet: B9, CF and ED. RGB value is (185,207,237). Sum of RGB (Red+Green+Blue) = 185+207+237=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFED is #463012. Grayscale: #CBCBCB. Windows color (decimal): -4599827 or 15585209. OLE color: 15585209.

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

Color convert

RGB185207237-
CMYK0.220.1300.07
HSL214.62º59.09%82.75%-
HSV(B)214.62º21.94%92.94%-
XYZ57.6161.0588.87-
YUV203.84146.71114.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.41%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=29.41%
G=32.91%
B=37.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852072370.220.1300.07214.6259.0982.75
HexB9CFED16D07d73b53
Octal27131735526150732773123
Binary1011100111001111111011011011011010111110101111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFED; }

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

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

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

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

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

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

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

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