#B8CDEB

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

Shades of Tropical Blue #B8CDEB

Tints of Tropical Blue #B8CDEB

Color information

#B8CDEB (or 0xB8CDEB) is unknown color: approx Tropical Blue. HEX triplet: B8, CD and EB. RGB value is (184,205,235). Sum of RGB (Red+Green+Blue) = 184+205+235=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CDEB is #473214. Grayscale: #C9C9C9. Windows color (decimal): -4665877 or 15453624. OLE color: 15453624.

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

Color convert

RGB184205235-
CMYK0.220.1300.08
HSL215.29º56.04%82.16%-
HSV(B)215.29º21.7%92.16%-
XYZ56.5959.8587.17-
YUV202.14146.54115.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.49%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=29.49%
G=32.85%
B=37.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842052350.220.1300.08215.2956.0482.16
HexB8CDEB16D08d73852
Octal270315353261501032770122
Binary10111000110011011110101110110110101000110101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDEB; }

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

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

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

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

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

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

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

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