#B1CDEE

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

Shades of Tropical Blue #B1CDEE

Tints of Tropical Blue #B1CDEE

Color information

#B1CDEE (or 0xB1CDEE) is unknown color: approx Tropical Blue. HEX triplet: B1, CD and EE. RGB value is (177,205,238). Sum of RGB (Red+Green+Blue) = 177+205+238=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1CDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CDEE is #4E3211. Grayscale: #C8C8C8. Windows color (decimal): -5124626 or 15650225. OLE color: 15650225.

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

Color convert

RGB177205238-
CMYK0.260.1400.07
HSL212.46º64.21%81.37%-
HSV(B)212.46º25.63%93.33%-
XYZ55.459.1889.39-
YUV200.39149.22111.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.55%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=28.55%
G=33.06%
B=38.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772052380.260.1400.07212.4664.2181.37
HexB1CDEE1AE07d44051
Octal261315356321607324100121
Binary10110001110011011110111011010111001111101010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDEE; }

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

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

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

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

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

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

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

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