Html Css Color HEX #B3EFFE Pale Turquoise

📋 copy color: '#B3EFFE'

red 179 ◦ green 239 ◦ blue 254

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

Shades of Pale Turquoise #B3EFFE

Tints of Pale Turquoise #B3EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.57%

 BLUE value IS 254 (99.61% from 255) = 37.8%

R = 26.64%
G = 35.57%
B = 37.8%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B3EFFE (or 0xB3EFFE) is known color: Pale Turquoise. HEX triplet: B3, EF and FE. RGB value is (179,239,254). Sum of RGB (Red+Green+Blue) = 179+239+254=672 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.64% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFFE is #4C1001. Grayscale: #DEDEDE. Windows color (decimal): -4984834 or 16707507. OLE color: 16707507.

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

Color convert

RGB 179 239 254 -
CMYK 0.30 0.06 0 0.00
HSL 192º 0.97% 0.85% -
HSV(B) 192º 0.3% 1% -
XYZ 67.35 78.47 105.36 -
YUV 222.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 179 239 254 0.30 0.06 0 0.00 192 0.97 0.85
Hex B3 EF FE 1E 6 0 0 C0 61 55
Octal 263 357 376 36 6 0 0 300 141 125
Binary 10110011 11101111 11111110 11110 110 0 0 11000000 1100001 1010101

Color Harmonies of #B3EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EFFE

Black with #B3EFFE

Text Example


Text Example

White with #B3EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EFFE; }

 p { color: rgb(179,239,254); }

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

background-color css

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

 a { background-color: rgb(179,239,254); }

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

border-color css

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

 span { border-color: rgb(179,239,254); }

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