#B7CFEC

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

Shades of Tropical Blue #B7CFEC

Tints of Tropical Blue #B7CFEC

Color information

#B7CFEC (or 0xB7CFEC) is unknown color: approx Tropical Blue. HEX triplet: B7, CF and EC. RGB value is (183,207,236). Sum of RGB (Red+Green+Blue) = 183+207+236=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CFEC is #483013. Grayscale: #CACACA. Windows color (decimal): -4730900 or 15519671. OLE color: 15519671.

HSL color Cylindrical-coordinate representation of color #B7CFEC: hue angle of 212.83º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7CFEC is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183207236-
CMYK0.220.1200.07
HSL212.83º58.24%82.16%-
HSV(B)212.83º22.46%92.55%-
XYZ56.9860.7588.08-
YUV203.13146.55113.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.23%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=29.23%
G=33.07%
B=37.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832072360.220.1200.07212.8358.2482.16
HexB7CFEC16C07d53a52
Octal26731735426140732572122
Binary1011011111001111111011001011011000111110101011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CFEC; }

 p { color: rgb(183,207,236); }

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

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

 a { background-color: rgb(183,207,236); }

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

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

 span { border-color: rgb(183,207,236); }

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