Html Css Color HEX #B1C8FD Tropical Blue

📋 copy color: '#B1C8FD'

red 177 ◦ green 200 ◦ blue 253

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

Shades of Tropical Blue #B1C8FD

Tints of Tropical Blue #B1C8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 28.1%
G = 31.75%
B = 40.16%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1C8FD (or 0xB1C8FD) is known color: Tropical Blue. HEX triplet: B1, C8 and FD. RGB value is (177,200,253). Sum of RGB (Red+Green+Blue) = 177+200+253=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1C8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C8FD is #4E3702. Grayscale: #C6C6C6. Windows color (decimal): -5125891 or 16631985. OLE color: 16631985.

HSL color Cylindrical-coordinate representation of color #B1C8FD: hue angle of 221.84º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1C8FD is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 200 253 -
CMYK 0.30 0.21 0 0.01
HSL 221.84º 0.95% 0.84% -
HSV(B) 221.84º 0.3% 0.99% -
XYZ 56.52 57.75 101.1 -
YUV 199.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 177 200 253 0.30 0.21 0 0.01 221.84 0.95 0.84
Hex B1 C8 FD 1E 15 0 1 DE 5F 54
Octal 261 310 375 36 25 0 1 336 137 124
Binary 10110001 11001000 11111101 11110 10101 0 1 11011110 1011111 1010100

Color Harmonies of #B1C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C8FD

Black with #B1C8FD

Text Example


Text Example

White with #B1C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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