Html Css Color HEX #B2ECF3 Pale Turquoise

📋 copy color: '#B2ECF3'

red 178 ◦ green 236 ◦ blue 243

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

Shades of Pale Turquoise #B2ECF3

Tints of Pale Turquoise #B2ECF3

RGB

 RED value IS 178 (69.92% from 255) = 27.09%

 GREEN value IS 236 (92.58% from 255) = 35.92%

 BLUE value IS 243 (95.31% from 255) = 36.99%

R = 27.09%
G = 35.92%
B = 36.99%

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

#B2ECF3 (or 0xB2ECF3) is known color: Pale Turquoise. HEX triplet: B2, EC and F3. RGB value is (178,236,243). Sum of RGB (Red+Green+Blue) = 178+236+243=657 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.09% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2ECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2ECF3 is #4D130C. Grayscale: #DBDBDB. Windows color (decimal): -5051149 or 15985842. OLE color: 15985842.

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

Color convert

RGB 178 236 243 -
CMYK 0.27 0.03 0 0.05
HSL 186.46º 0.73% 0.83% -
HSV(B) 186.46º 0.27% 0.95% -
XYZ 64.53 75.93 96.05 -
YUV 219.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 178 236 243 0.27 0.03 0 0.05 186.46 0.73 0.83
Hex B2 EC F3 1B 3 0 5 BA 49 53
Octal 262 354 363 33 3 0 5 272 111 123
Binary 10110010 11101100 11110011 11011 11 0 101 10111010 1001001 1010011

Color Harmonies of #B2ECF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ECF3

Black with #B2ECF3

Text Example


Text Example

White with #B2ECF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ECF3; }

 p { color: rgb(178,236,243); }

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

background-color css

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

 a { background-color: rgb(178,236,243); }

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

border-color css

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

 span { border-color: rgb(178,236,243); }

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