#B8CCED

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

Shades of Tropical Blue #B8CCED

Tints of Tropical Blue #B8CCED

Color information

#B8CCED (or 0xB8CCED) is unknown color: approx Tropical Blue. HEX triplet: B8, CC and ED. RGB value is (184,204,237). Sum of RGB (Red+Green+Blue) = 184+204+237=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CCED is #473312. Grayscale: #C9C9C9. Windows color (decimal): -4666131 or 15584440. OLE color: 15584440.

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

Color convert

RGB184204237-
CMYK0.220.1400.07
HSL217.36º59.55%82.55%-
HSV(B)217.36º22.36%92.94%-
XYZ56.6559.4988.62-
YUV201.78147.87115.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.44%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=29.44%
G=32.64%
B=37.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842042370.220.1400.07217.3659.5582.55
HexB8CCED16E07d93c53
Octal27031435526160733174123
Binary1011100011001100111011011011011100111110110011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCED; }

 p { color: rgb(184,204,237); }

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

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

 a { background-color: rgb(184,204,237); }

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

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

 span { border-color: rgb(184,204,237); }

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