Html Css Color HEX #B3ECF8 Pale Turquoise

📋 copy color: '#B3ECF8'

red 179 ◦ green 236 ◦ blue 248

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

Shades of Pale Turquoise #B3ECF8

Tints of Pale Turquoise #B3ECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.6%

 BLUE value IS 248 (97.27% from 255) = 37.41%

R = 27%
G = 35.6%
B = 37.41%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B3ECF8 (or 0xB3ECF8) is known color: Pale Turquoise. HEX triplet: B3, EC and F8. RGB value is (179,236,248). Sum of RGB (Red+Green+Blue) = 179+236+248=663 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.00% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #B3ECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3ECF8 is #4C1307. Grayscale: #DCDCDC. Windows color (decimal): -4985608 or 16313523. OLE color: 16313523.

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

Color convert

RGB 179 236 248 -
CMYK 0.28 0.05 0 0.03
HSL 190.43º 0.83% 0.84% -
HSV(B) 190.43º 0.28% 0.97% -
XYZ 65.53 76.35 100.09 -
YUV 220.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 179 236 248 0.28 0.05 0 0.03 190.43 0.83 0.84
Hex B3 EC F8 1C 5 0 3 BE 53 54
Octal 263 354 370 34 5 0 3 276 123 124
Binary 10110011 11101100 11111000 11100 101 0 11 10111110 1010011 1010100

Color Harmonies of #B3ECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ECF8

Black with #B3ECF8

Text Example


Text Example

White with #B3ECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ECF8; }

 p { color: rgb(179,236,248); }

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

background-color css

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

 a { background-color: rgb(179,236,248); }

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

border-color css

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

 span { border-color: rgb(179,236,248); }

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