#b0cbef

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

Shades of Tropical Blue #B0CBEF

Tints of Tropical Blue #B0CBEF

Color information

#B0CBEF (or 0xB0CBEF) is unknown color: approx Tropical Blue. HEX triplet: B0, CB and EF. RGB value is (176,203,239). Sum of RGB (Red+Green+Blue) = 176+203+239=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CBEF is #4F3410. Grayscale: #C6C6C6. Windows color (decimal): -5190673 or 15715248. OLE color: 15715248.

HSL color Cylindrical-coordinate representation of color #B0CBEF: hue angle of 214.29º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0CBEF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176203239-
CMYK0.260.1500.06
HSL214.29º66.32%81.37%-
HSV(B)214.29º26.36%93.73%-
XYZ54.8458.1790-
YUV199.03150.55111.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.48%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=28.48%
G=32.85%
B=38.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762032390.260.1500.06214.2966.3281.37
HexB0CBEF1AF06d64251
Octal260313357321706326102121
Binary10110000110010111110111111010111101101101011010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0cbef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0cbef; }

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

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

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

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

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

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

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

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