Html Css Color HEX #B1CAEB Tropical Blue

📋 copy color: '#B1CAEB'

red 177 ◦ green 202 ◦ blue 235

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

Shades of Tropical Blue #B1CAEB

Tints of Tropical Blue #B1CAEB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.9%

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

R = 28.83%
G = 32.9%
B = 38.27%

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

#B1CAEB (or 0xB1CAEB) is known color: Tropical Blue. HEX triplet: B1, CA and EB. RGB value is (177,202,235). Sum of RGB (Red+Green+Blue) = 177+202+235=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1CAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAEB is #4E3514. Grayscale: #C6C6C6. Windows color (decimal): -5125397 or 15452849. OLE color: 15452849.

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

Color convert

RGB 177 202 235 -
CMYK 0.25 0.14 0 0.08
HSL 214.14º 0.59% 0.81% -
HSV(B) 214.14º 0.25% 0.92% -
XYZ 54.25 57.59 86.85 -
YUV 198.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 177 202 235 0.25 0.14 0 0.08 214.14 0.59 0.81
Hex B1 CA EB 19 E 0 8 D6 3B 51
Octal 261 312 353 31 16 0 10 326 73 121
Binary 10110001 11001010 11101011 11001 1110 0 1000 11010110 111011 1010001

Color Harmonies of #B1CAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CAEB

Black with #B1CAEB

Text Example


Text Example

White with #B1CAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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