Html Css Color HEX #B1CBE6 Tropical Blue

📋 copy color: '#B1CBE6'

red 177 ◦ green 203 ◦ blue 230

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

Shades of Tropical Blue #B1CBE6

Tints of Tropical Blue #B1CBE6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.28%

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 29.02%
G = 33.28%
B = 37.7%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B1CBE6 (or 0xB1CBE6) is known color: Tropical Blue. HEX triplet: B1, CB and E6. RGB value is (177,203,230). Sum of RGB (Red+Green+Blue) = 177+203+230=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #B1CBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBE6 is #4E3419. Grayscale: #C6C6C6. Windows color (decimal): -5125146 or 15125425. OLE color: 15125425.

HSL color Cylindrical-coordinate representation of color #B1CBE6: hue angle of 210.57º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1CBE6 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 203 230 -
CMYK 0.23 0.12 0 0.10
HSL 210.57º 0.51% 0.8% -
HSV(B) 210.57º 0.23% 0.9% -
XYZ 53.77 57.77 83.18 -
YUV 198.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 177 203 230 0.23 0.12 0 0.10 210.57 0.51 0.8
Hex B1 CB E6 17 C 0 A D3 33 50
Octal 261 313 346 27 14 0 12 323 63 120
Binary 10110001 11001011 11100110 10111 1100 0 1010 11010011 110011 1010000

Color Harmonies of #B1CBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CBE6

Black with #B1CBE6

Text Example


Text Example

White with #B1CBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CBE6; }

 p { color: rgb(177,203,230); }

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

background-color css

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

 a { background-color: rgb(177,203,230); }

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

border-color css

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

 span { border-color: rgb(177,203,230); }

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