Html Css Color HEX #9FCCBB Opal

📋 copy color: '#9FCCBB'

red 159 ◦ green 204 ◦ blue 187

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

Shades of Opal #9FCCBB

Tints of Opal #9FCCBB

RGB

 RED value IS 159 (62.5% from 255) = 28.91%

 GREEN value IS 204 (80.08% from 255) = 37.09%

 BLUE value IS 187 (73.44% from 255) = 34%

R = 28.91%
G = 37.09%
B = 34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#9FCCBB (or 0x9FCCBB) is known color: Opal. HEX triplet: 9F, CC and BB. RGB value is (159,204,187). Sum of RGB (Red+Green+Blue) = 159+204+187=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCBB is #603344. Grayscale: #BCBCBC. Windows color (decimal): -6304581 or 12307615. OLE color: 12307615.

HSL color Cylindrical-coordinate representation of color #9FCCBB: hue angle of 157.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCCBB is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 187 -
CMYK 0.22 0 0.08 0.2
HSL 157.33º 0.31% 0.71% -
HSV(B) 157.33º 0.22% 0.8% -
XYZ 44.86 54.14 55.1 -
YUV 188.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 159 204 187 0.22 0 0.08 0.2 157.33 0.31 0.71
Hex 9F CC BB 16 0 8 14 9D 1F 47
Octal 237 314 273 26 0 10 24 235 37 107
Binary 10011111 11001100 10111011 10110 0 1000 10100 10011101 11111 1000111

Color Harmonies of #9FCCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCBB

Black with #9FCCBB

Text Example


Text Example

White with #9FCCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FCCBB; }

 p { color: rgb(159,204,187); }

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

background-color css

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

 a { background-color: rgb(159,204,187); }

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

border-color css

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

 span { border-color: rgb(159,204,187); }

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