#B9CDF1

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

Shades of Tropical Blue #B9CDF1

Tints of Tropical Blue #B9CDF1

Color information

#B9CDF1 (or 0xB9CDF1) is unknown color: approx Tropical Blue. HEX triplet: B9, CD and F1. RGB value is (185,205,241). Sum of RGB (Red+Green+Blue) = 185+205+241=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDF1 is #46320E. Grayscale: #CACACA. Windows color (decimal): -4600335 or 15846841. OLE color: 15846841.

HSL color Cylindrical-coordinate representation of color #B9CDF1: hue angle of 218.57º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9CDF1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185205241-
CMYK0.230.1500.05
HSL218.57º66.67%83.53%-
HSV(B)218.57º23.24%94.51%-
XYZ57.7260.3391.82-
YUV203.12149.37115.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.32%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=29.32%
G=32.49%
B=38.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852052410.230.1500.05218.5766.6783.53
HexB9CDF117F05db4354
Octal271315361271705333103124
Binary10111001110011011111000110111111101011101101110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDF1; }

 p { color: rgb(185,205,241); }

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

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

 a { background-color: rgb(185,205,241); }

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

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

 span { border-color: rgb(185,205,241); }

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