#B7CEEF

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

Shades of Tropical Blue #B7CEEF

Tints of Tropical Blue #B7CEEF

Color information

#B7CEEF (or 0xB7CEEF) is unknown color: approx Tropical Blue. HEX triplet: B7, CE and EF. RGB value is (183,206,239). Sum of RGB (Red+Green+Blue) = 183+206+239=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CEEF is #483110. Grayscale: #CACACA. Windows color (decimal): -4731153 or 15716023. OLE color: 15716023.

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

Color convert

RGB183206239-
CMYK0.230.1400.06
HSL215.36º63.64%82.75%-
HSV(B)215.36º23.43%93.73%-
XYZ57.1860.4490.31-
YUV202.89148.38113.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.14%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 239 (93.75% from 255) = 38.06%
R=29.14%
G=32.80%
B=38.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832062390.230.1400.06215.3663.6482.75
HexB7CEEF17E06d74053
Octal267316357271606327100123
Binary10110111110011101110111110111111001101101011110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CEEF; }

 p { color: rgb(183,206,239); }

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

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

 a { background-color: rgb(183,206,239); }

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

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

 span { border-color: rgb(183,206,239); }

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