Html Css Color HEX #B3F8FF Pale Turquoise

📋 copy color: '#B3F8FF'

red 179 ◦ green 248 ◦ blue 255

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

Shades of Pale Turquoise #B3F8FF

Tints of Pale Turquoise #B3F8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.36%

 BLUE value IS 255 (100% from 255) = 37.39%

R = 26.25%
G = 36.36%
B = 37.39%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B3F8FF (or 0xB3F8FF) is known color: Pale Turquoise. HEX triplet: B3, F8 and FF. RGB value is (179,248,255). Sum of RGB (Red+Green+Blue) = 179+248+255=682 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.25% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3F8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F8FF is #4C0700. Grayscale: #E4E4E4. Windows color (decimal): -4982529 or 16775347. OLE color: 16775347.

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

Color convert

RGB 179 248 255 -
CMYK 0.30 0.03 0 0
HSL 185.53º 1% 0.85% -
HSV(B) 185.53º 0.3% 1% -
XYZ 70.21 83.94 107.11 -
YUV 228.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 179 248 255 0.30 0.03 0 0 185.53 1 0.85
Hex B3 F8 FF 1E 3 0 0 BA 64 55
Octal 263 370 377 36 3 0 0 272 144 125
Binary 10110011 11111000 11111111 11110 11 0 0 10111010 1100100 1010101

Color Harmonies of #B3F8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F8FF

Black with #B3F8FF

Text Example


Text Example

White with #B3F8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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