Html Css Color HEX #B1C8EB Tropical Blue

📋 copy color: '#B1C8EB'

red 177 ◦ green 200 ◦ blue 235

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

Shades of Tropical Blue #B1C8EB

Tints of Tropical Blue #B1C8EB

RGB

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

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

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

R = 28.92%
G = 32.68%
B = 38.4%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1C8EB (or 0xB1C8EB) is known color: Tropical Blue. HEX triplet: B1, C8 and EB. RGB value is (177,200,235). Sum of RGB (Red+Green+Blue) = 177+200+235=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1C8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C8EB is #4E3714. Grayscale: #C4C4C4. Windows color (decimal): -5125909 or 15452337. OLE color: 15452337.

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

Color convert

RGB 177 200 235 -
CMYK 0.25 0.15 0 0.08
HSL 216.21º 0.59% 0.81% -
HSV(B) 216.21º 0.25% 0.92% -
XYZ 53.78 56.65 86.7 -
YUV 197.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 177 200 235 0.25 0.15 0 0.08 216.21 0.59 0.81
Hex B1 C8 EB 19 F 0 8 D8 3B 51
Octal 261 310 353 31 17 0 10 330 73 121
Binary 10110001 11001000 11101011 11001 1111 0 1000 11011000 111011 1010001

Color Harmonies of #B1C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C8EB

Black with #B1C8EB

Text Example


Text Example

White with #B1C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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