Html Css Color HEX #B1C5FA Tropical Blue

📋 copy color: '#B1C5FA'

red 177 ◦ green 197 ◦ blue 250

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

Shades of Tropical Blue #B1C5FA

Tints of Tropical Blue #B1C5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.57%

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 28.37%
G = 31.57%
B = 40.06%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1C5FA (or 0xB1C5FA) is known color: Tropical Blue. HEX triplet: B1, C5 and FA. RGB value is (177,197,250). Sum of RGB (Red+Green+Blue) = 177+197+250=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1C5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C5FA is #4E3A05. Grayscale: #C4C4C4. Windows color (decimal): -5126662 or 16434609. OLE color: 16434609.

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

Color convert

RGB 177 197 250 -
CMYK 0.29 0.21 0 0.02
HSL 223.56º 0.88% 0.84% -
HSV(B) 223.56º 0.29% 0.98% -
XYZ 55.35 56.18 98.37 -
YUV 197.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 177 197 250 0.29 0.21 0 0.02 223.56 0.88 0.84
Hex B1 C5 FA 1D 15 0 2 E0 58 54
Octal 261 305 372 35 25 0 2 340 130 124
Binary 10110001 11000101 11111010 11101 10101 0 10 11100000 1011000 1010100

Color Harmonies of #B1C5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C5FA

Black with #B1C5FA

Text Example


Text Example

White with #B1C5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C5FA; }

 p { color: rgb(177,197,250); }

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

background-color css

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

 a { background-color: rgb(177,197,250); }

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

border-color css

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

 span { border-color: rgb(177,197,250); }

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