#B4CDEA

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

Shades of Tropical Blue #B4CDEA

Tints of Tropical Blue #B4CDEA

Color information

#B4CDEA (or 0xB4CDEA) is unknown color: approx Tropical Blue. HEX triplet: B4, CD and EA. RGB value is (180,205,234). Sum of RGB (Red+Green+Blue) = 180+205+234=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CDEA is #4B3215. Grayscale: #C8C8C8. Windows color (decimal): -4928022 or 15388084. OLE color: 15388084.

HSL color Cylindrical-coordinate representation of color #B4CDEA: hue angle of 212.22º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4CDEA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180205234-
CMYK0.230.1200.08
HSL212.22º56.25%81.18%-
HSV(B)212.22º23.08%91.76%-
XYZ55.559.3186.36-
YUV200.83146.72113.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.08%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=29.08%
G=33.12%
B=37.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802052340.230.1200.08212.2256.2581.18
HexB4CDEA17C08d43851
Octal264315352271401032470121
Binary10110100110011011110101010111110001000110101001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDEA; }

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

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

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

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

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

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

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

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