Html Css Color HEX #B8ECF1 Pale Turquoise

📋 copy color: '#B8ECF1'

red 184 ◦ green 236 ◦ blue 241

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

Shades of Pale Turquoise #B8ECF1

Tints of Pale Turquoise #B8ECF1

RGB

 RED value IS 184 (72.27% from 255) = 27.84%

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

 BLUE value IS 241 (94.53% from 255) = 36.46%

R = 27.84%
G = 35.7%
B = 36.46%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B8ECF1 (or 0xB8ECF1) is known color: Pale Turquoise. HEX triplet: B8, EC and F1. RGB value is (184,236,241). Sum of RGB (Red+Green+Blue) = 184+236+241=661 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.84% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #B8ECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8ECF1 is #47130E. Grayscale: #DCDCDC. Windows color (decimal): -4657935 or 15854776. OLE color: 15854776.

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

Color convert

RGB 184 236 241 -
CMYK 0.24 0.02 0 0.05
HSL 185.26º 0.67% 0.83% -
HSV(B) 185.26º 0.24% 0.95% -
XYZ 65.64 76.53 94.53 -
YUV 221.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 184 236 241 0.24 0.02 0 0.05 185.26 0.67 0.83
Hex B8 EC F1 18 2 0 5 B9 43 53
Octal 270 354 361 30 2 0 5 271 103 123
Binary 10111000 11101100 11110001 11000 10 0 101 10111001 1000011 1010011

Color Harmonies of #B8ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ECF1

Black with #B8ECF1

Text Example


Text Example

White with #B8ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ECF1; }

 p { color: rgb(184,236,241); }

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

background-color css

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

 a { background-color: rgb(184,236,241); }

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

border-color css

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

 span { border-color: rgb(184,236,241); }

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