Html Css Color HEX #B1C9FB Tropical Blue

📋 copy color: '#B1C9FB'

red 177 ◦ green 201 ◦ blue 251

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

Shades of Tropical Blue #B1C9FB

Tints of Tropical Blue #B1C9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.9%

R = 28.14%
G = 31.96%
B = 39.9%

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

#B1C9FB (or 0xB1C9FB) is known color: Tropical Blue. HEX triplet: B1, C9 and FB. RGB value is (177,201,251). Sum of RGB (Red+Green+Blue) = 177+201+251=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1C9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C9FB is #4E3604. Grayscale: #C7C7C7. Windows color (decimal): -5125637 or 16501169. OLE color: 16501169.

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

Color convert

RGB 177 201 251 -
CMYK 0.29 0.20 0 0.02
HSL 220.54º 0.9% 0.84% -
HSV(B) 220.54º 0.29% 0.98% -
XYZ 56.43 58.09 99.5 -
YUV 199.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 177 201 251 0.29 0.20 0 0.02 220.54 0.9 0.84
Hex B1 C9 FB 1D 14 0 2 DD 5A 54
Octal 261 311 373 35 24 0 2 335 132 124
Binary 10110001 11001001 11111011 11101 10100 0 10 11011101 1011010 1010100

Color Harmonies of #B1C9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C9FB

Black with #B1C9FB

Text Example


Text Example

White with #B1C9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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