#B8CCEF

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

Shades of Tropical Blue #B8CCEF

Tints of Tropical Blue #B8CCEF

Color information

#B8CCEF (or 0xB8CCEF) is unknown color: approx Tropical Blue. HEX triplet: B8, CC and EF. RGB value is (184,204,239). Sum of RGB (Red+Green+Blue) = 184+204+239=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CCEF is #473310. Grayscale: #C9C9C9. Windows color (decimal): -4666129 or 15715512. OLE color: 15715512.

HSL color Cylindrical-coordinate representation of color #B8CCEF: hue angle of 218.18º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8CCEF is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184204239-
CMYK0.230.1500.06
HSL218.18º63.22%82.94%-
HSV(B)218.18º23.01%93.73%-
XYZ56.9459.6190.17-
YUV202.01148.87115.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.35%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 239 (93.75% from 255) = 38.12%
R=29.35%
G=32.54%
B=38.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842042390.230.1500.06218.1863.2282.94
HexB8CCEF17F06da3f53
Octal27031435727170633277123
Binary1011100011001100111011111011111110110110110101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCEF; }

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

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

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

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

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

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

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

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