#B5CDED

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

Shades of Tropical Blue #B5CDED

Tints of Tropical Blue #B5CDED

Color information

#B5CDED (or 0xB5CDED) is unknown color: approx Tropical Blue. HEX triplet: B5, CD and ED. RGB value is (181,205,237). Sum of RGB (Red+Green+Blue) = 181+205+237=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CDED is #4A3212. Grayscale: #C9C9C9. Windows color (decimal): -4862483 or 15584693. OLE color: 15584693.

HSL color Cylindrical-coordinate representation of color #B5CDED: hue angle of 214.29º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5CDED is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181205237-
CMYK0.240.1400.07
HSL214.29º60.87%81.96%-
HSV(B)214.29º23.63%92.94%-
XYZ56.1759.688.66-
YUV201.47148.05113.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.05%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=29.05%
G=32.91%
B=38.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812052370.240.1400.07214.2960.8781.96
HexB5CDED18E07d63d52
Octal26531535530160732675122
Binary1011010111001101111011011100011100111110101101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDED; }

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

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

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

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

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

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

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

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