#B3F2FF

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

Shades of Pale Turquoise #B3F2FF

Tints of Pale Turquoise #B3F2FF

Color information

#B3F2FF (or 0xB3F2FF) is unknown color: approx Pale Turquoise. HEX triplet: B3, F2 and FF. RGB value is (179,242,255). Sum of RGB (Red+Green+Blue) = 179+242+255=676 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.48% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F2FF is #4C0D00. Grayscale: #E0E0E0. Windows color (decimal): -4984065 or 16773811. OLE color: 16773811.

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

Color convert

RGB179242255-
CMYK0.300.0500
HSL190.26º100%85.1%-
HSV(B)190.26º29.8%100%-
XYZ68.3980.31106.5-
YUV224.64145.1395.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.48%
GREEN value IS 242 (94.92% from 255) = 35.80%
BLUE value IS 255 (100% from 255) = 37.72%
R=26.48%
G=35.80%
B=37.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792422550.300.0500190.2610085.1
HexB3F2FF1E500be6455
Octal26336237736500276144125
Binary10110011111100101111111111110101001011111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F2FF; }

 p { color: rgb(179,242,255); }

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

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

 a { background-color: rgb(179,242,255); }

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

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

 span { border-color: rgb(179,242,255); }

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