#b8ccee

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

Shades of Tropical Blue #B8CCEE

Tints of Tropical Blue #B8CCEE

Color information

#B8CCEE (or 0xB8CCEE) is unknown color: approx Tropical Blue. HEX triplet: B8, CC and EE. RGB value is (184,204,238). Sum of RGB (Red+Green+Blue) = 184+204+238=626 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.39% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CCEE is #473311. Grayscale: #C9C9C9. Windows color (decimal): -4666130 or 15649976. OLE color: 15649976.

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

Color convert

RGB184204238-
CMYK0.230.1400.07
HSL217.78º61.36%82.75%-
HSV(B)217.78º22.69%93.33%-
XYZ56.7959.5589.39-
YUV201.9148.37115.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.39%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=29.39%
G=32.59%
B=38.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842042380.230.1400.07217.7861.3682.75
HexB8CCEE17E07da3d53
Octal27031435627160733275123
Binary1011100011001100111011101011111100111110110101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8ccee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8ccee; }

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

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

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

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

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

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

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

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