Html Css Color HEX #B9EEF2 Pale Turquoise

📋 copy color: '#B9EEF2'

red 185 ◦ green 238 ◦ blue 242

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

Shades of Pale Turquoise #B9EEF2

Tints of Pale Turquoise #B9EEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.79%

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

R = 27.82%
G = 35.79%
B = 36.39%

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

#B9EEF2 (or 0xB9EEF2) is known color: Pale Turquoise. HEX triplet: B9, EE and F2. RGB value is (185,238,242). Sum of RGB (Red+Green+Blue) = 185+238+242=665 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.82% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #B9EEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEF2 is #46110D. Grayscale: #DEDEDE. Windows color (decimal): -4591886 or 15920825. OLE color: 15920825.

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

Color convert

RGB 185 238 242 -
CMYK 0.24 0.02 0 0.05
HSL 184.21º 0.69% 0.84% -
HSV(B) 184.21º 0.24% 0.95% -
XYZ 66.61 77.87 95.52 -
YUV 222.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 185 238 242 0.24 0.02 0 0.05 184.21 0.69 0.84
Hex B9 EE F2 18 2 0 5 B8 45 54
Octal 271 356 362 30 2 0 5 270 105 124
Binary 10111001 11101110 11110010 11000 10 0 101 10111000 1000101 1010100

Color Harmonies of #B9EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EEF2

Black with #B9EEF2

Text Example


Text Example

White with #B9EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EEF2; }

 p { color: rgb(185,238,242); }

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

background-color css

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

 a { background-color: rgb(185,238,242); }

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

border-color css

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

 span { border-color: rgb(185,238,242); }

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