Html Css Color HEX #B1C9EB Tropical Blue

📋 copy color: '#B1C9EB'

red 177 ◦ green 201 ◦ blue 235

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

Shades of Tropical Blue #B1C9EB

Tints of Tropical Blue #B1C9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.34%

R = 28.87%
G = 32.79%
B = 38.34%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1C9EB (or 0xB1C9EB) is known color: Tropical Blue. HEX triplet: B1, C9 and EB. RGB value is (177,201,235). Sum of RGB (Red+Green+Blue) = 177+201+235=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1C9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C9EB is #4E3614. Grayscale: #C5C5C5. Windows color (decimal): -5125653 or 15452593. OLE color: 15452593.

HSL color Cylindrical-coordinate representation of color #B1C9EB: hue angle of 215.17º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1C9EB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 201 235 -
CMYK 0.25 0.14 0 0.08
HSL 215.17º 0.59% 0.81% -
HSV(B) 215.17º 0.25% 0.92% -
XYZ 54.01 57.12 86.78 -
YUV 197.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 177 201 235 0.25 0.14 0 0.08 215.17 0.59 0.81
Hex B1 C9 EB 19 E 0 8 D7 3B 51
Octal 261 311 353 31 16 0 10 327 73 121
Binary 10110001 11001001 11101011 11001 1110 0 1000 11010111 111011 1010001

Color Harmonies of #B1C9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C9EB

Black with #B1C9EB

Text Example


Text Example

White with #B1C9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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