Html Css Color HEX #B0CBF1 Tropical Blue

📋 copy color: '#B0CBF1'

red 176 ◦ green 203 ◦ blue 241

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

Shades of Tropical Blue #B0CBF1

Tints of Tropical Blue #B0CBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.87%

R = 28.39%
G = 32.74%
B = 38.87%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0CBF1 (or 0xB0CBF1) is known color: Tropical Blue. HEX triplet: B0, CB and F1. RGB value is (176,203,241). Sum of RGB (Red+Green+Blue) = 176+203+241=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CBF1 is #4F340E. Grayscale: #C7C7C7. Windows color (decimal): -5190671 or 15846320. OLE color: 15846320.

HSL color Cylindrical-coordinate representation of color #B0CBF1: hue angle of 215.08º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0CBF1 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 203 241 -
CMYK 0.27 0.16 0 0.05
HSL 215.08º 0.7% 0.82% -
HSV(B) 215.08º 0.27% 0.95% -
XYZ 55.14 58.29 91.56 -
YUV 199.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 176 203 241 0.27 0.16 0 0.05 215.08 0.7 0.82
Hex B0 CB F1 1B 10 0 5 D7 46 52
Octal 260 313 361 33 20 0 5 327 106 122
Binary 10110000 11001011 11110001 11011 10000 0 101 11010111 1000110 1010010

Color Harmonies of #B0CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBF1

Black with #B0CBF1

Text Example


Text Example

White with #B0CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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