#B7CDFD

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

Shades of Tropical Blue #B7CDFD

Tints of Tropical Blue #B7CDFD

Color information

#B7CDFD (or 0xB7CDFD) is unknown color: approx Tropical Blue. HEX triplet: B7, CD and FD. RGB value is (183,205,253). Sum of RGB (Red+Green+Blue) = 183+205+253=641 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.55% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CDFD is #483202. Grayscale: #CBCBCB. Windows color (decimal): -4731395 or 16633271. OLE color: 16633271.

HSL color Cylindrical-coordinate representation of color #B7CDFD: hue angle of 221.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7CDFD is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183205253-
CMYK0.280.1900.01
HSL221.14º94.59%85.49%-
HSV(B)221.14º27.67%99.22%-
XYZ59.0960.82101.55-
YUV203.89155.71113.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.55%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=28.55%
G=31.98%
B=39.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832052530.280.1900.01221.1494.5985.49
HexB7CDFD1C1301dd5f55
Octal267315375342301335137125
Binary1011011111001101111111011110010011011101110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDFD; }

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

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

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

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

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

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

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

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