#B3F3FD

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

Shades of Pale Turquoise #B3F3FD

Tints of Pale Turquoise #B3F3FD

Color information

#B3F3FD (or 0xB3F3FD) is unknown color: approx Pale Turquoise. HEX triplet: B3, F3 and FD. RGB value is (179,243,253). Sum of RGB (Red+Green+Blue) = 179+243+253=675 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.52% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3F3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F3FD is #4C0C02. Grayscale: #E0E0E0. Windows color (decimal): -4983811 or 16642995. OLE color: 16642995.

HSL color Cylindrical-coordinate representation of color #B3F3FD: hue angle of 188.11º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3F3FD is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179243253-
CMYK0.290.0400.01
HSL188.11º94.87%84.71%-
HSV(B)188.11º29.25%99.22%-
XYZ68.3780.78104.92-
YUV225143.895.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.52%
GREEN value IS 243 (95.31% from 255) = 36%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=26.52%
G=36%
B=37.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792432530.290.0400.01188.1194.8784.71
HexB3F3FD1D401bc5f55
Octal26336337535401274137125
Binary10110011111100111111110111101100011011110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3FD; }

 p { color: rgb(179,243,253); }

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

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

 a { background-color: rgb(179,243,253); }

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

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

 span { border-color: rgb(179,243,253); }

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