#B8CFEA

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

Shades of Tropical Blue #B8CFEA

Tints of Tropical Blue #B8CFEA

Color information

#B8CFEA (or 0xB8CFEA) is unknown color: approx Tropical Blue. HEX triplet: B8, CF and EA. RGB value is (184,207,234). Sum of RGB (Red+Green+Blue) = 184+207+234=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFEA is #473015. Grayscale: #CBCBCB. Windows color (decimal): -4665366 or 15388600. OLE color: 15388600.

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

Color convert

RGB184207234-
CMYK0.210.1200.08
HSL212.4º54.35%81.96%-
HSV(B)212.4º21.37%91.76%-
XYZ56.9360.7686.57-
YUV203.2145.38114.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.44%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=29.44%
G=33.12%
B=37.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842072340.210.1200.08212.454.3581.96
HexB8CFEA15C08d43652
Octal270317352251401032466122
Binary10111000110011111110101010101110001000110101001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFEA; }

 p { color: rgb(184,207,234); }

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

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

 a { background-color: rgb(184,207,234); }

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

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

 span { border-color: rgb(184,207,234); }

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