Html Css Color HEX #B1C8FE Tropical Blue

📋 copy color: '#B1C8FE'

red 177 ◦ green 200 ◦ blue 254

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

Shades of Tropical Blue #B1C8FE

Tints of Tropical Blue #B1C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.7%

 BLUE value IS 254 (99.61% from 255) = 40.25%

R = 28.05%
G = 31.7%
B = 40.25%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1C8FE (or 0xB1C8FE) is known color: Tropical Blue. HEX triplet: B1, C8 and FE. RGB value is (177,200,254). Sum of RGB (Red+Green+Blue) = 177+200+254=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C8FE is #4E3701. Grayscale: #C7C7C7. Windows color (decimal): -5125890 or 16697521. OLE color: 16697521.

HSL color Cylindrical-coordinate representation of color #B1C8FE: hue angle of 222.08º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1C8FE is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 200 254 -
CMYK 0.30 0.21 0 0.00
HSL 222.08º 0.97% 0.85% -
HSV(B) 222.08º 0.3% 1% -
XYZ 56.68 57.81 101.94 -
YUV 199.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 177 200 254 0.30 0.21 0 0.00 222.08 0.97 0.85
Hex B1 C8 FE 1E 15 0 0 DE 61 55
Octal 261 310 376 36 25 0 0 336 141 125
Binary 10110001 11001000 11111110 11110 10101 0 0 11011110 1100001 1010101

Color Harmonies of #B1C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C8FE

Black with #B1C8FE

Text Example


Text Example

White with #B1C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C8FE; }

 p { color: rgb(177,200,254); }

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

background-color css

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

 a { background-color: rgb(177,200,254); }

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

border-color css

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

 span { border-color: rgb(177,200,254); }

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