#B3EDF6

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

Shades of Pale Turquoise #B3EDF6

Tints of Pale Turquoise #B3EDF6

Color information

#B3EDF6 (or 0xB3EDF6) is unknown color: approx Pale Turquoise. HEX triplet: B3, ED and F6. RGB value is (179,237,246). Sum of RGB (Red+Green+Blue) = 179+237+246=662 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.04% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #B3EDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EDF6 is #4C1209. Grayscale: #DCDCDC. Windows color (decimal): -4985354 or 16182707. OLE color: 16182707.

HSL color Cylindrical-coordinate representation of color #B3EDF6: hue angle of 188.06º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3EDF6 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179237246-
CMYK0.270.0400.04
HSL188.06º78.82%83.33%-
HSV(B)188.06º27.24%96.47%-
XYZ65.5176.8198.56-
YUV220.68142.2898.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.04%
GREEN value IS 237 (92.97% from 255) = 35.80%
BLUE value IS 246 (96.48% from 255) = 37.16%
R=27.04%
G=35.80%
B=37.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792372460.270.0400.04188.0678.8283.33
HexB3EDF61B404bc4f53
Octal26335536633404274117123
Binary1011001111101101111101101101110001001011110010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDF6; }

 p { color: rgb(179,237,246); }

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

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

 a { background-color: rgb(179,237,246); }

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

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

 span { border-color: rgb(179,237,246); }

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