#B7CDEA

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

Shades of Tropical Blue #B7CDEA

Tints of Tropical Blue #B7CDEA

Color information

#B7CDEA (or 0xB7CDEA) is unknown color: approx Tropical Blue. HEX triplet: B7, CD and EA. RGB value is (183,205,234). Sum of RGB (Red+Green+Blue) = 183+205+234=622 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.42% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CDEA is #483215. Grayscale: #C9C9C9. Windows color (decimal): -4731414 or 15388087. OLE color: 15388087.

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

Color convert

RGB183205234-
CMYK0.220.1200.08
HSL214.12º54.84%81.76%-
HSV(B)214.12º21.79%91.76%-
XYZ56.2159.6786.4-
YUV201.73146.21114.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.42%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=29.42%
G=32.96%
B=37.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832052340.220.1200.08214.1254.8481.76
HexB7CDEA16C08d63752
Octal267315352261401032667122
Binary10110111110011011110101010110110001000110101101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDEA; }

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

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

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

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

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

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

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

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