#B8CDEA

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

Shades of Tropical Blue #B8CDEA

Tints of Tropical Blue #B8CDEA

Color information

#B8CDEA (or 0xB8CDEA) is unknown color: approx Tropical Blue. HEX triplet: B8, CD and EA. RGB value is (184,205,234). Sum of RGB (Red+Green+Blue) = 184+205+234=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CDEA is #473215. Grayscale: #C9C9C9. Windows color (decimal): -4665878 or 15388088. OLE color: 15388088.

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

Color convert

RGB184205234-
CMYK0.210.1200.08
HSL214.8º54.35%81.96%-
HSV(B)214.8º21.37%91.76%-
XYZ56.4559.7986.41-
YUV202.03146.04115.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.53%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=29.53%
G=32.91%
B=37.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842052340.210.1200.08214.854.3581.96
HexB8CDEA15C08d73652
Octal270315352251401032766122
Binary10111000110011011110101010101110001000110101111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDEA; }

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

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

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

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

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

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

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

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