#B5CFE6

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

Shades of Tropical Blue #B5CFE6

Tints of Tropical Blue #B5CFE6

Color information

#B5CFE6 (or 0xB5CFE6) is unknown color: approx Tropical Blue. HEX triplet: B5, CF and E6. RGB value is (181,207,230). Sum of RGB (Red+Green+Blue) = 181+207+230=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5CFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFE6 is #4A3019. Grayscale: #C9C9C9. Windows color (decimal): -4861978 or 15126453. OLE color: 15126453.

HSL color Cylindrical-coordinate representation of color #B5CFE6: hue angle of 208.16º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5CFE6 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181207230-
CMYK0.210.1000.10
HSL208.16º49.49%80.59%-
HSV(B)208.16º21.3%90.2%-
XYZ55.6560.1683.54-
YUV201.85143.89113.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.29%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 230 (90.23% from 255) = 37.22%
R=29.29%
G=33.50%
B=37.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1812072300.210.1000.10208.1649.4980.59
HexB5CFE615A0Ad03151
Octal265317346251201232061121
Binary10110101110011111110011010101101001010110100001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFE6; }

 p { color: rgb(181,207,230); }

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

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

 a { background-color: rgb(181,207,230); }

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

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

 span { border-color: rgb(181,207,230); }

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