Html Css Color HEX #B3EDF8 Pale Turquoise

📋 copy color: '#B3EDF8'

red 179 ◦ green 237 ◦ blue 248

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

Shades of Pale Turquoise #B3EDF8

Tints of Pale Turquoise #B3EDF8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.69%

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

R = 26.96%
G = 35.69%
B = 37.35%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B3EDF8 (or 0xB3EDF8) is known color: Pale Turquoise. HEX triplet: B3, ED and F8. RGB value is (179,237,248). Sum of RGB (Red+Green+Blue) = 179+237+248=664 (87% of max value = 765). Red value is 179 (70.31% from 255 or 26.96% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #B3EDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EDF8 is #4C1207. Grayscale: #DCDCDC. Windows color (decimal): -4985352 or 16313779. OLE color: 16313779.

HSL color Cylindrical-coordinate representation of color #B3EDF8: hue angle of 189.57º 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 #B3EDF8 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 237 248 -
CMYK 0.28 0.04 0 0.03
HSL 189.57º 0.83% 0.84% -
HSV(B) 189.57º 0.28% 0.97% -
XYZ 65.82 76.93 100.19 -
YUV 220.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 179 237 248 0.28 0.04 0 0.03 189.57 0.83 0.84
Hex B3 ED F8 1C 4 0 3 BE 53 54
Octal 263 355 370 34 4 0 3 276 123 124
Binary 10110011 11101101 11111000 11100 100 0 11 10111110 1010011 1010100

Color Harmonies of #B3EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EDF8

Black with #B3EDF8

Text Example


Text Example

White with #B3EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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