Html Css Color HEX #B1C9FA Tropical Blue

📋 copy color: '#B1C9FA'

red 177 ◦ green 201 ◦ blue 250

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

Shades of Tropical Blue #B1C9FA

Tints of Tropical Blue #B1C9FA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.01%

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

R = 28.18%
G = 32.01%
B = 39.81%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1C9FA (or 0xB1C9FA) is known color: Tropical Blue. HEX triplet: B1, C9 and FA. RGB value is (177,201,250). Sum of RGB (Red+Green+Blue) = 177+201+250=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1C9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C9FA is #4E3605. Grayscale: #C7C7C7. Windows color (decimal): -5125638 or 16435633. OLE color: 16435633.

HSL color Cylindrical-coordinate representation of color #B1C9FA: hue angle of 220.27º 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 #B1C9FA is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 201 250 -
CMYK 0.29 0.20 0 0.02
HSL 220.27º 0.88% 0.84% -
HSV(B) 220.27º 0.29% 0.98% -
XYZ 56.27 58.02 98.68 -
YUV 199.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 177 201 250 0.29 0.20 0 0.02 220.27 0.88 0.84
Hex B1 C9 FA 1D 14 0 2 DC 58 54
Octal 261 311 372 35 24 0 2 334 130 124
Binary 10110001 11001001 11111010 11101 10100 0 10 11011100 1011000 1010100

Color Harmonies of #B1C9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C9FA

Black with #B1C9FA

Text Example


Text Example

White with #B1C9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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