Html Css Color HEX #B0F3F9 Pale Turquoise

📋 copy color: '#B0F3F9'

red 176 ◦ green 243 ◦ blue 249

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

Shades of Pale Turquoise #B0F3F9

Tints of Pale Turquoise #B0F3F9

RGB

 RED value IS 176 (69.14% from 255) = 26.35%

 GREEN value IS 243 (95.31% from 255) = 36.38%

 BLUE value IS 249 (97.66% from 255) = 37.28%

R = 26.35%
G = 36.38%
B = 37.28%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0F3F9 (or 0xB0F3F9) is known color: Pale Turquoise. HEX triplet: B0, F3 and F9. RGB value is (176,243,249). Sum of RGB (Red+Green+Blue) = 176+243+249=668 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.35% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0F3F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F3F9 is #4F0C06. Grayscale: #DFDFDF. Windows color (decimal): -5180423 or 16380848. OLE color: 16380848.

HSL color Cylindrical-coordinate representation of color #B0F3F9: hue angle of 184.93º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F3F9 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 243 249 -
CMYK 0.29 0.02 0 0.02
HSL 184.93º 0.86% 0.83% -
HSV(B) 184.93º 0.29% 0.98% -
XYZ 67.05 80.17 101.56 -
YUV 223.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 176 243 249 0.29 0.02 0 0.02 184.93 0.86 0.83
Hex B0 F3 F9 1D 2 0 2 B9 56 53
Octal 260 363 371 35 2 0 2 271 126 123
Binary 10110000 11110011 11111001 11101 10 0 10 10111001 1010110 1010011

Color Harmonies of #B0F3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F3F9

Black with #B0F3F9

Text Example


Text Example

White with #B0F3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F3F9; }

 p { color: rgb(176,243,249); }

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

background-color css

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

 a { background-color: rgb(176,243,249); }

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

border-color css

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

 span { border-color: rgb(176,243,249); }

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