#B7CAEB

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

Shades of Tropical Blue #B7CAEB

Tints of Tropical Blue #B7CAEB

Color information

#B7CAEB (or 0xB7CAEB) is unknown color: approx Tropical Blue. HEX triplet: B7, CA and EB. RGB value is (183,202,235). Sum of RGB (Red+Green+Blue) = 183+202+235=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CAEB is #483514. Grayscale: #C7C7C7. Windows color (decimal): -4732181 or 15452855. OLE color: 15452855.

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

Color convert

RGB183202235-
CMYK0.220.1400.08
HSL218.08º56.52%81.96%-
HSV(B)218.08º22.13%92.16%-
XYZ55.6458.3186.92-
YUV200.08147.71115.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.52%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=29.52%
G=32.58%
B=37.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832022350.220.1400.08218.0856.5281.96
HexB7CAEB16E08da3952
Octal267312353261601033271122
Binary10110111110010101110101110110111001000110110101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CAEB; }

 p { color: rgb(183,202,235); }

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

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

 a { background-color: rgb(183,202,235); }

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

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

 span { border-color: rgb(183,202,235); }

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