Html Css Color HEX #B3F2FA Pale Turquoise

📋 copy color: '#B3F2FA'

red 179 ◦ green 242 ◦ blue 250

#B3F2FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #B3F2FA

Tints of Pale Turquoise #B3F2FA

RGB

 RED value IS 179 (70.31% from 255) = 26.68%

 GREEN value IS 242 (94.92% from 255) = 36.07%

 BLUE value IS 250 (98.05% from 255) = 37.26%

R = 26.68%
G = 36.07%
B = 37.26%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3F2FA (or 0xB3F2FA) is known color: Pale Turquoise. HEX triplet: B3, F2 and FA. RGB value is (179,242,250). Sum of RGB (Red+Green+Blue) = 179+242+250=671 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.68% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3F2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F2FA is #4C0D05. Grayscale: #DFDFDF. Windows color (decimal): -4984070 or 16446131. OLE color: 16446131.

HSL color Cylindrical-coordinate representation of color #B3F2FA: hue angle of 186.76º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F2FA is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 242 250 -
CMYK 0.28 0.03 0 0.02
HSL 186.76º 0.88% 0.84% -
HSV(B) 186.76º 0.28% 0.98% -
XYZ 67.6 79.99 102.32 -
YUV 224.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 179 242 250 0.28 0.03 0 0.02 186.76 0.88 0.84
Hex B3 F2 FA 1C 3 0 2 BB 58 54
Octal 263 362 372 34 3 0 2 273 130 124
Binary 10110011 11110010 11111010 11100 11 0 10 10111011 1011000 1010100

Color Harmonies of #B3F2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F2FA

Black with #B3F2FA

Text Example


Text Example

White with #B3F2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F2FA; }

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

 H1.HeaderClassName
 {
   color: #B3F2FA;
 }
 .AnyTagClassName
 {
   color: #B3F2FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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