#B7D0EA

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

Shades of Tropical Blue #B7D0EA

Tints of Tropical Blue #B7D0EA

Color information

#B7D0EA (or 0xB7D0EA) is unknown color: approx Tropical Blue. HEX triplet: B7, D0 and EA. RGB value is (183,208,234). Sum of RGB (Red+Green+Blue) = 183+208+234=625 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.28% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7D0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D0EA is #482F15. Grayscale: #CBCBCB. Windows color (decimal): -4730646 or 15388855. OLE color: 15388855.

HSL color Cylindrical-coordinate representation of color #B7D0EA: hue angle of 210.59º degrees, saturation: 0.55, 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 #B7D0EA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183208234-
CMYK0.220.1100.08
HSL210.59º54.84%81.76%-
HSV(B)210.59º21.79%91.76%-
XYZ56.9461.1286.64-
YUV203.49145.22113.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.28%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=29.28%
G=33.28%
B=37.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832082340.220.1100.08210.5954.8481.76
HexB7D0EA16B08d33752
Octal267320352261301032367122
Binary10110111110100001110101010110101101000110100111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D0EA; }

 p { color: rgb(183,208,234); }

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

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

 a { background-color: rgb(183,208,234); }

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

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

 span { border-color: rgb(183,208,234); }

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