Html Css Color HEX #9BCDD1 Morning Glory

📋 copy color: '#9BCDD1'

red 155 ◦ green 205 ◦ blue 209

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

Shades of Morning Glory #9BCDD1

Tints of Morning Glory #9BCDD1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.03%

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 27.24%
G = 36.03%
B = 36.73%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9BCDD1 (or 0x9BCDD1) is known color: Morning Glory. HEX triplet: 9B, CD and D1. RGB value is (155,205,209). Sum of RGB (Red+Green+Blue) = 155+205+209=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #9BCDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDD1 is #64322E. Grayscale: #BEBEBE. Windows color (decimal): -6566447 or 13749659. OLE color: 13749659.

HSL color Cylindrical-coordinate representation of color #9BCDD1: hue angle of 184.44º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BCDD1 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 205 209 -
CMYK 0.26 0.02 0 0.18
HSL 184.44º 0.37% 0.71% -
HSV(B) 184.44º 0.26% 0.82% -
XYZ 46.86 55.23 68.51 -
YUV 190.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 155 205 209 0.26 0.02 0 0.18 184.44 0.37 0.71
Hex 9B CD D1 1A 2 0 12 B8 25 47
Octal 233 315 321 32 2 0 22 270 45 107
Binary 10011011 11001101 11010001 11010 10 0 10010 10111000 100101 1000111

Color Harmonies of #9BCDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCDD1

Black with #9BCDD1

Text Example


Text Example

White with #9BCDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,209); }

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

background-color css

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

 a { background-color: rgb(155,205,209); }

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

border-color css

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

 span { border-color: rgb(155,205,209); }

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