Html Css Color HEX #B1C4EB Tropical Blue

📋 copy color: '#B1C4EB'

red 177 ◦ green 196 ◦ blue 235

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

Shades of Tropical Blue #B1C4EB

Tints of Tropical Blue #B1C4EB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.24%

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

R = 29.11%
G = 32.24%
B = 38.65%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1C4EB (or 0xB1C4EB) is known color: Tropical Blue. HEX triplet: B1, C4 and EB. RGB value is (177,196,235). Sum of RGB (Red+Green+Blue) = 177+196+235=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1C4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C4EB is #4E3B14. Grayscale: #C2C2C2. Windows color (decimal): -5126933 or 15451313. OLE color: 15451313.

HSL color Cylindrical-coordinate representation of color #B1C4EB: hue angle of 220.34º 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 #B1C4EB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 196 235 -
CMYK 0.25 0.17 0 0.08
HSL 220.34º 0.59% 0.81% -
HSV(B) 220.34º 0.25% 0.92% -
XYZ 52.87 54.83 86.39 -
YUV 194.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 177 196 235 0.25 0.17 0 0.08 220.34 0.59 0.81
Hex B1 C4 EB 19 11 0 8 DC 3B 51
Octal 261 304 353 31 21 0 10 334 73 121
Binary 10110001 11000100 11101011 11001 10001 0 1000 11011100 111011 1010001

Color Harmonies of #B1C4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C4EB

Black with #B1C4EB

Text Example


Text Example

White with #B1C4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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