Html Css Color HEX #B9EAEA Pale Turquoise

📋 copy color: '#B9EAEA'

red 185 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #B9EAEA

Tints of Pale Turquoise #B9EAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.83%

R = 28.33%
G = 35.83%
B = 35.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9EAEA (or 0xB9EAEA) is known color: Pale Turquoise. HEX triplet: B9, EA and EA. RGB value is (185,234,234). Sum of RGB (Red+Green+Blue) = 185+234+234=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #B9EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EAEA is #461515. Grayscale: #DBDBDB. Windows color (decimal): -4592918 or 15395513. OLE color: 15395513.

HSL color Cylindrical-coordinate representation of color #B9EAEA: hue angle of 180º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EAEA is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 234 234 -
CMYK 0.21 0 0 0.08
HSL 180º 0.54% 0.82% -
HSV(B) 180º 0.21% 0.92% -
XYZ 64.28 75.1 88.95 -
YUV 219.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 185 234 234 0.21 0 0 0.08 180 0.54 0.82
Hex B9 EA EA 15 0 0 8 B4 36 52
Octal 271 352 352 25 0 0 10 264 66 122
Binary 10111001 11101010 11101010 10101 0 0 1000 10110100 110110 1010010

Color Harmonies of #B9EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EAEA

Black with #B9EAEA

Text Example


Text Example

White with #B9EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EAEA; }

 p { color: rgb(185,234,234); }

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

background-color css

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

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

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

border-color css

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

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

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