#B8CFED

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

Shades of Tropical Blue #B8CFED

Tints of Tropical Blue #B8CFED

Color information

#B8CFED (or 0xB8CFED) is unknown color: approx Tropical Blue. HEX triplet: B8, CF and ED. RGB value is (184,207,237). Sum of RGB (Red+Green+Blue) = 184+207+237=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFED is #473012. Grayscale: #CBCBCB. Windows color (decimal): -4665363 or 15585208. OLE color: 15585208.

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

Color convert

RGB184207237-
CMYK0.220.1300.07
HSL213.96º59.55%82.55%-
HSV(B)213.96º22.36%92.94%-
XYZ57.3760.9388.86-
YUV203.54146.88114.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.30%
GREEN value IS 207 (81.25% from 255) = 32.96%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=29.30%
G=32.96%
B=37.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842072370.220.1300.07213.9659.5582.55
HexB8CFED16D07d63c53
Octal27031735526150732674123
Binary1011100011001111111011011011011010111110101101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFED; }

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

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

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

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

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

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

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

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