Html Css Color HEX #B3EAF2 Pale Turquoise

📋 copy color: '#B3EAF2'

red 179 ◦ green 234 ◦ blue 242

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

Shades of Pale Turquoise #B3EAF2

Tints of Pale Turquoise #B3EAF2

RGB

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

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

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

R = 27.33%
G = 35.73%
B = 36.95%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B3EAF2 (or 0xB3EAF2) is known color: Pale Turquoise. HEX triplet: B3, EA and F2. RGB value is (179,234,242). Sum of RGB (Red+Green+Blue) = 179+234+242=655 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.33% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #B3EAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EAF2 is #4C150D. Grayscale: #DADADA. Windows color (decimal): -4986126 or 15919795. OLE color: 15919795.

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

Color convert

RGB 179 234 242 -
CMYK 0.26 0.03 0 0.05
HSL 187.62º 0.71% 0.83% -
HSV(B) 187.62º 0.26% 0.95% -
XYZ 64.04 74.84 95.07 -
YUV 218.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 179 234 242 0.26 0.03 0 0.05 187.62 0.71 0.83
Hex B3 EA F2 1A 3 0 5 BC 47 53
Octal 263 352 362 32 3 0 5 274 107 123
Binary 10110011 11101010 11110010 11010 11 0 101 10111100 1000111 1010011

Color Harmonies of #B3EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EAF2

Black with #B3EAF2

Text Example


Text Example

White with #B3EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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