#B1EDFF

Color #B1EDFF Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B1EDFF

Tints of Pale Turquoise #B1EDFF

Color information

#B1EDFF (or 0xB1EDFF) is unknown color: approx Pale Turquoise. HEX triplet: B1, ED and FF. RGB value is (177,237,255). Sum of RGB (Red+Green+Blue) = 177+237+255=669 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.46% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EDFF is #4E1200. Grayscale: #DCDCDC. Windows color (decimal): -5116417 or 16772529. OLE color: 16772529.

HSL color Cylindrical-coordinate representation of color #B1EDFF: hue angle of 193.85º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1EDFF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177237255-
CMYK0.310.0700
HSL193.85º100%84.71%-
HSV(B)193.85º30.59%100%-
XYZ66.4777.14105.99-
YUV221.11147.1296.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.46%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 255 (100% from 255) = 38.12%
R=26.46%
G=35.43%
B=38.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772372550.310.0700193.8510084.71
HexB1EDFF1F700c26455
Octal26135537737700302144125
Binary10110001111011011111111111111111001100001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EDFF; }

 p { color: rgb(177,237,255); }

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

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

 a { background-color: rgb(177,237,255); }

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

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

 span { border-color: rgb(177,237,255); }

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