Html Css Color HEX #B0CBF0 Tropical Blue

📋 copy color: '#B0CBF0'

red 176 ◦ green 203 ◦ blue 240

#B0CBF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #B0CBF0

Tints of Tropical Blue #B0CBF0

RGB

 RED value IS 176 (69.14% from 255) = 28.43%

 GREEN value IS 203 (79.69% from 255) = 32.79%

 BLUE value IS 240 (94.14% from 255) = 38.77%

R = 28.43%
G = 32.79%
B = 38.77%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B0CBF0 (or 0xB0CBF0) is known color: Tropical Blue. HEX triplet: B0, CB and F0. RGB value is (176,203,240). Sum of RGB (Red+Green+Blue) = 176+203+240=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CBF0 is #4F340F. Grayscale: #C6C6C6. Windows color (decimal): -5190672 or 15780784. OLE color: 15780784.

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

Color convert

RGB 176 203 240 -
CMYK 0.27 0.15 0 0.06
HSL 214.69º 0.68% 0.82% -
HSV(B) 214.69º 0.27% 0.94% -
XYZ 54.99 58.23 90.78 -
YUV 199.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 176 203 240 0.27 0.15 0 0.06 214.69 0.68 0.82
Hex B0 CB F0 1B F 0 6 D7 44 52
Octal 260 313 360 33 17 0 6 327 104 122
Binary 10110000 11001011 11110000 11011 1111 0 110 11010111 1000100 1010010

Color Harmonies of #B0CBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBF0

Black with #B0CBF0

Text Example


Text Example

White with #B0CBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBF0; }

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

 H1.HeaderClassName
 {
   color: #B0CBF0;
 }
 .AnyTagClassName
 {
   color: #B0CBF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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