#B8CDEC

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

Shades of Tropical Blue #B8CDEC

Tints of Tropical Blue #B8CDEC

Color information

#B8CDEC (or 0xB8CDEC) is unknown color: approx Tropical Blue. HEX triplet: B8, CD and EC. RGB value is (184,205,236). Sum of RGB (Red+Green+Blue) = 184+205+236=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CDEC is #473213. Grayscale: #CACACA. Windows color (decimal): -4665876 or 15519160. OLE color: 15519160.

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

Color convert

RGB184205236-
CMYK0.220.1300.07
HSL215.77º57.78%82.35%-
HSV(B)215.77º22.03%92.55%-
XYZ56.7459.9187.93-
YUV202.26147.04114.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.44%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=29.44%
G=32.8%
B=37.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842052360.220.1300.07215.7757.7882.35
HexB8CDEC16D07d83a52
Octal27031535426150733072122
Binary1011100011001101111011001011011010111110110001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDEC; }

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

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

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

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

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

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

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

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