#B4CDEE

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

Shades of Tropical Blue #B4CDEE

Tints of Tropical Blue #B4CDEE

Color information

#B4CDEE (or 0xB4CDEE) is unknown color: approx Tropical Blue. HEX triplet: B4, CD and EE. RGB value is (180,205,238). Sum of RGB (Red+Green+Blue) = 180+205+238=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CDEE is #4B3211. Grayscale: #C9C9C9. Windows color (decimal): -4928018 or 15650228. OLE color: 15650228.

HSL color Cylindrical-coordinate representation of color #B4CDEE: hue angle of 214.14º degrees, saturation: 0.63, 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 #B4CDEE is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180205238-
CMYK0.240.1400.07
HSL214.14º63.04%81.96%-
HSV(B)214.14º24.37%93.33%-
XYZ56.0959.5489.43-
YUV201.29148.72112.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.89%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=28.89%
G=32.91%
B=38.20%

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
Decimal1802052380.240.1400.07214.1463.0481.96
HexB4CDEE18E07d63f52
Octal26431535630160732677122
Binary1011010011001101111011101100011100111110101101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDEE; }

 p { color: rgb(180,205,238); }

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

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

 a { background-color: rgb(180,205,238); }

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

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

 span { border-color: rgb(180,205,238); }

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