Html Css Color HEX #B0F3FF Pale Turquoise

📋 copy color: '#B0F3FF'

red 176 ◦ green 243 ◦ blue 255

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

Shades of Pale Turquoise #B0F3FF

Tints of Pale Turquoise #B0F3FF

RGB

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

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

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

R = 26.11%
G = 36.05%
B = 37.83%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B0F3FF (or 0xB0F3FF) is known color: Pale Turquoise. HEX triplet: B0, F3 and FF. RGB value is (176,243,255). Sum of RGB (Red+Green+Blue) = 176+243+255=674 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.11% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0F3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F3FF is #4F0C00. Grayscale: #E0E0E0. Windows color (decimal): -5180417 or 16774064. OLE color: 16774064.

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

Color convert

RGB 176 243 255 -
CMYK 0.31 0.05 0 0
HSL 189.11º 1% 0.85% -
HSV(B) 189.11º 0.31% 1% -
XYZ 68.01 80.55 106.57 -
YUV 224.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 176 243 255 0.31 0.05 0 0 189.11 1 0.85
Hex B0 F3 FF 1F 5 0 0 BD 64 55
Octal 260 363 377 37 5 0 0 275 144 125
Binary 10110000 11110011 11111111 11111 101 0 0 10111101 1100100 1010101

Color Harmonies of #B0F3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F3FF

Black with #B0F3FF

Text Example


Text Example

White with #B0F3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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