#B5CDFB

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

Shades of Tropical Blue #B5CDFB

Tints of Tropical Blue #B5CDFB

Color information

#B5CDFB (or 0xB5CDFB) is unknown color: approx Tropical Blue. HEX triplet: B5, CD and FB. RGB value is (181,205,251). Sum of RGB (Red+Green+Blue) = 181+205+251=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CDFB is #4A3204. Grayscale: #CACACA. Windows color (decimal): -4862469 or 16502197. OLE color: 16502197.

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

Color convert

RGB181205251-
CMYK0.280.1800.02
HSL219.43º89.74%84.71%-
HSV(B)219.43º27.89%98.43%-
XYZ58.360.4599.86-
YUV203.07155.05112.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.41%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=28.41%
G=32.18%
B=39.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812052510.280.1800.02219.4389.7484.71
HexB5CDFB1C1202db5a55
Octal265315373342202333132125
Binary10110101110011011111101111100100100101101101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDFB; }

 p { color: rgb(181,205,251); }

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

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

 a { background-color: rgb(181,205,251); }

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

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

 span { border-color: rgb(181,205,251); }

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