Html Css Color HEX #9BCFCE Morning Glory

📋 copy color: '#9BCFCE'

red 155 ◦ green 207 ◦ blue 206

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

Shades of Morning Glory #9BCFCE

Tints of Morning Glory #9BCFCE

RGB

 RED value IS 155 (60.94% from 255) = 27.29%

 GREEN value IS 207 (81.25% from 255) = 36.44%

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 27.29%
G = 36.44%
B = 36.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#9BCFCE (or 0x9BCFCE) is known color: Morning Glory. HEX triplet: 9B, CF and CE. RGB value is (155,207,206). Sum of RGB (Red+Green+Blue) = 155+207+206=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFCE is #643031. Grayscale: #BFBFBF. Windows color (decimal): -6565938 or 13553563. OLE color: 13553563.

HSL color Cylindrical-coordinate representation of color #9BCFCE: hue angle of 178.85º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCFCE is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 207 206 -
CMYK 0.25 0 0.00 0.19
HSL 178.85º 0.35% 0.71% -
HSV(B) 178.85º 0.25% 0.81% -
XYZ 46.97 56.05 66.74 -
YUV 191.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 155 207 206 0.25 0 0.00 0.19 178.85 0.35 0.71
Hex 9B CF CE 19 0 0 13 B3 23 47
Octal 233 317 316 31 0 0 23 263 43 107
Binary 10011011 11001111 11001110 11001 0 0 10011 10110011 100011 1000111

Color Harmonies of #9BCFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCFCE

Black with #9BCFCE

Text Example


Text Example

White with #9BCFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,206); }

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

background-color css

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

 a { background-color: rgb(155,207,206); }

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

border-color css

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

 span { border-color: rgb(155,207,206); }

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