#B0CBFA

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

Shades of Tropical Blue #B0CBFA

Tints of Tropical Blue #B0CBFA

Color information

#B0CBFA (or 0xB0CBFA) is unknown color: approx Tropical Blue. HEX triplet: B0, CB and FA. RGB value is (176,203,250). Sum of RGB (Red+Green+Blue) = 176+203+250=629 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.98% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CBFA is #4F3405. Grayscale: #C8C8C8. Windows color (decimal): -5190662 or 16436144. OLE color: 16436144.

HSL color Cylindrical-coordinate representation of color #B0CBFA: hue angle of 218.11º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0CBFA is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176203250-
CMYK0.300.1900.02
HSL218.11º88.1%83.53%-
HSV(B)218.11º29.6%98.04%-
XYZ56.5258.8498.82-
YUV200.28156.05110.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.98%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=27.98%
G=32.27%
B=39.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762032500.300.1900.02218.1188.183.53
HexB0CBFA1E1302da5854
Octal260313372362302332130124
Binary10110000110010111111101011110100110101101101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBFA; }

 p { color: rgb(176,203,250); }

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

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

 a { background-color: rgb(176,203,250); }

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

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

 span { border-color: rgb(176,203,250); }

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