#B8CFEF

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

Shades of Tropical Blue #B8CFEF

Tints of Tropical Blue #B8CFEF

Color information

#B8CFEF (or 0xB8CFEF) is unknown color: approx Tropical Blue. HEX triplet: B8, CF and EF. RGB value is (184,207,239). Sum of RGB (Red+Green+Blue) = 184+207+239=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFEF is #473010. Grayscale: #CBCBCB. Windows color (decimal): -4665361 or 15716280. OLE color: 15716280.

HSL color Cylindrical-coordinate representation of color #B8CFEF: hue angle of 214.91º 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 #B8CFEF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184207239-
CMYK0.230.1300.06
HSL214.91º63.22%82.94%-
HSV(B)214.91º23.01%93.73%-
XYZ57.6661.0590.41-
YUV203.77147.88113.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.21%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=29.21%
G=32.86%
B=37.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842072390.230.1300.06214.9163.2282.94
HexB8CFEF17D06d73f53
Octal27031735727150632777123
Binary1011100011001111111011111011111010110110101111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFEF; }

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

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

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

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

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

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

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

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