Html Css Color HEX #B0EAF2 Pale Turquoise

📋 copy color: '#B0EAF2'

red 176 ◦ green 234 ◦ blue 242

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

Shades of Pale Turquoise #B0EAF2

Tints of Pale Turquoise #B0EAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.89%

 BLUE value IS 242 (94.92% from 255) = 37.12%

R = 26.99%
G = 35.89%
B = 37.12%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0EAF2 (or 0xB0EAF2) is known color: Pale Turquoise. HEX triplet: B0, EA and F2. RGB value is (176,234,242). Sum of RGB (Red+Green+Blue) = 176+234+242=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0EAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EAF2 is #4F150D. Grayscale: #D9D9D9. Windows color (decimal): -5182734 or 15919792. OLE color: 15919792.

HSL color Cylindrical-coordinate representation of color #B0EAF2: hue angle of 187.27º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0EAF2 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 234 242 -
CMYK 0.27 0.03 0 0.05
HSL 187.27º 0.72% 0.82% -
HSV(B) 187.27º 0.27% 0.95% -
XYZ 63.35 74.49 95.04 -
YUV 217.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 176 234 242 0.27 0.03 0 0.05 187.27 0.72 0.82
Hex B0 EA F2 1B 3 0 5 BB 48 52
Octal 260 352 362 33 3 0 5 273 110 122
Binary 10110000 11101010 11110010 11011 11 0 101 10111011 1001000 1010010

Color Harmonies of #B0EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EAF2

Black with #B0EAF2

Text Example


Text Example

White with #B0EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EAF2; }

 p { color: rgb(176,234,242); }

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

background-color css

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

 a { background-color: rgb(176,234,242); }

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

border-color css

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

 span { border-color: rgb(176,234,242); }

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