Html Css Color HEX #B9EDF1 Pale Turquoise

📋 copy color: '#B9EDF1'

red 185 ◦ green 237 ◦ blue 241

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

Shades of Pale Turquoise #B9EDF1

Tints of Pale Turquoise #B9EDF1

RGB

 RED value IS 185 (72.66% from 255) = 27.9%

 GREEN value IS 237 (92.97% from 255) = 35.75%

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

R = 27.9%
G = 35.75%
B = 36.35%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9EDF1 (or 0xB9EDF1) is known color: Pale Turquoise. HEX triplet: B9, ED and F1. RGB value is (185,237,241). Sum of RGB (Red+Green+Blue) = 185+237+241=663 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.90% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EDF1 is #46120E. Grayscale: #DDDDDD. Windows color (decimal): -4592143 or 15855033. OLE color: 15855033.

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

Color convert

RGB 185 237 241 -
CMYK 0.23 0.02 0 0.05
HSL 184.29º 0.67% 0.84% -
HSV(B) 184.29º 0.23% 0.95% -
XYZ 66.17 77.23 94.64 -
YUV 221.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 185 237 241 0.23 0.02 0 0.05 184.29 0.67 0.84
Hex B9 ED F1 17 2 0 5 B8 43 54
Octal 271 355 361 27 2 0 5 270 103 124
Binary 10111001 11101101 11110001 10111 10 0 101 10111000 1000011 1010100

Color Harmonies of #B9EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDF1

Black with #B9EDF1

Text Example


Text Example

White with #B9EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDF1; }

 p { color: rgb(185,237,241); }

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

background-color css

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

 a { background-color: rgb(185,237,241); }

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

border-color css

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

 span { border-color: rgb(185,237,241); }

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