#B1CAEE

Color #B1CAEE Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #B1CAEE

Tints of Tropical Blue #B1CAEE

Color information

#B1CAEE (or 0xB1CAEE) is unknown color: approx Tropical Blue. HEX triplet: B1, CA and EE. RGB value is (177,202,238). Sum of RGB (Red+Green+Blue) = 177+202+238=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAEE is #4E3511. Grayscale: #C6C6C6. Windows color (decimal): -5125394 or 15649457. OLE color: 15649457.

HSL color Cylindrical-coordinate representation of color #B1CAEE: hue angle of 215.41º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1CAEE is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177202238-
CMYK0.260.1500.07
HSL215.41º64.21%81.37%-
HSV(B)215.41º25.63%93.33%-
XYZ54.6857.7689.16-
YUV198.63150.22112.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.69%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=28.69%
G=32.74%
B=38.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772022380.260.1500.07215.4164.2181.37
HexB1CAEE1AF07d74051
Octal261312356321707327100121
Binary10110001110010101110111011010111101111101011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAEE; }

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

 H1.HeaderClassName
 {
   color: #B1CAEE;
 }
 .AnyTagClassName
 {
   color: #B1CAEE;
 }
</style>
background-color css

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

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

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

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

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

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