Html Css Color HEX #B1CBEB Tropical Blue

📋 copy color: '#B1CBEB'

red 177 ◦ green 203 ◦ blue 235

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

Shades of Tropical Blue #B1CBEB

Tints of Tropical Blue #B1CBEB

RGB

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

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

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

R = 28.78%
G = 33.01%
B = 38.21%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1CBEB (or 0xB1CBEB) is known color: Tropical Blue. HEX triplet: B1, CB and EB. RGB value is (177,203,235). Sum of RGB (Red+Green+Blue) = 177+203+235=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBEB is #4E3414. Grayscale: #C6C6C6. Windows color (decimal): -5125141 or 15453105. OLE color: 15453105.

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

Color convert

RGB 177 203 235 -
CMYK 0.25 0.14 0 0.08
HSL 213.1º 0.59% 0.81% -
HSV(B) 213.1º 0.25% 0.92% -
XYZ 54.48 58.06 86.93 -
YUV 198.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 177 203 235 0.25 0.14 0 0.08 213.1 0.59 0.81
Hex B1 CB EB 19 E 0 8 D5 3B 51
Octal 261 313 353 31 16 0 10 325 73 121
Binary 10110001 11001011 11101011 11001 1110 0 1000 11010101 111011 1010001

Color Harmonies of #B1CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CBEB

Black with #B1CBEB

Text Example


Text Example

White with #B1CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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