Html Css Color HEX #B1CBFE Tropical Blue

📋 copy color: '#B1CBFE'

red 177 ◦ green 203 ◦ blue 254

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

Shades of Tropical Blue #B1CBFE

Tints of Tropical Blue #B1CBFE

RGB

 RED value IS 177 (69.53% from 255) = 27.92%

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

 BLUE value IS 254 (99.61% from 255) = 40.06%

R = 27.92%
G = 32.02%
B = 40.06%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1CBFE (or 0xB1CBFE) is known color: Tropical Blue. HEX triplet: B1, CB and FE. RGB value is (177,203,254). Sum of RGB (Red+Green+Blue) = 177+203+254=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBFE is #4E3401. Grayscale: #C8C8C8. Windows color (decimal): -5125122 or 16698289. OLE color: 16698289.

HSL color Cylindrical-coordinate representation of color #B1CBFE: hue angle of 219.74º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1CBFE is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 203 254 -
CMYK 0.30 0.20 0 0.00
HSL 219.74º 0.97% 0.85% -
HSV(B) 219.74º 0.3% 1% -
XYZ 57.38 59.21 102.17 -
YUV 201.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 177 203 254 0.30 0.20 0 0.00 219.74 0.97 0.85
Hex B1 CB FE 1E 14 0 0 DC 61 55
Octal 261 313 376 36 24 0 0 334 141 125
Binary 10110001 11001011 11111110 11110 10100 0 0 11011100 1100001 1010101

Color Harmonies of #B1CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CBFE

Black with #B1CBFE

Text Example


Text Example

White with #B1CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CBFE; }

 p { color: rgb(177,203,254); }

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

background-color css

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

 a { background-color: rgb(177,203,254); }

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

border-color css

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

 span { border-color: rgb(177,203,254); }

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