Html Css Color HEX #B1C5EE Tropical Blue

📋 copy color: '#B1C5EE'

red 177 ◦ green 197 ◦ blue 238

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

Shades of Tropical Blue #B1C5EE

Tints of Tropical Blue #B1C5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 28.92%
G = 32.19%
B = 38.89%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1C5EE (or 0xB1C5EE) is known color: Tropical Blue. HEX triplet: B1, C5 and EE. RGB value is (177,197,238). Sum of RGB (Red+Green+Blue) = 177+197+238=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C5EE is #4E3A11. Grayscale: #C3C3C3. Windows color (decimal): -5126674 or 15648177. OLE color: 15648177.

HSL color Cylindrical-coordinate representation of color #B1C5EE: hue angle of 220.33º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1C5EE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 197 238 -
CMYK 0.26 0.17 0 0.07
HSL 220.33º 0.64% 0.81% -
HSV(B) 220.33º 0.26% 0.93% -
XYZ 53.53 55.45 88.77 -
YUV 195.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 177 197 238 0.26 0.17 0 0.07 220.33 0.64 0.81
Hex B1 C5 EE 1A 11 0 7 DC 40 51
Octal 261 305 356 32 21 0 7 334 100 121
Binary 10110001 11000101 11101110 11010 10001 0 111 11011100 1000000 1010001

Color Harmonies of #B1C5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C5EE

Black with #B1C5EE

Text Example


Text Example

White with #B1C5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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