Html Css Color HEX #9BCED3 Morning Glory

📋 copy color: '#9BCED3'

red 155 ◦ green 206 ◦ blue 211

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

Shades of Morning Glory #9BCED3

Tints of Morning Glory #9BCED3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.01%

 BLUE value IS 211 (82.81% from 255) = 36.89%

R = 27.1%
G = 36.01%
B = 36.89%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9BCED3 (or 0x9BCED3) is known color: Morning Glory. HEX triplet: 9B, CE and D3. RGB value is (155,206,211). Sum of RGB (Red+Green+Blue) = 155+206+211=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 211 - color contains mainly: blue. Hex color #9BCED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCED3 is #64312C. Grayscale: #BFBFBF. Windows color (decimal): -6566189 or 13880987. OLE color: 13880987.

HSL color Cylindrical-coordinate representation of color #9BCED3: hue angle of 185.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BCED3 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 206 211 -
CMYK 0.27 0.02 0 0.17
HSL 185.36º 0.39% 0.72% -
HSV(B) 185.36º 0.27% 0.83% -
XYZ 47.35 55.81 69.91 -
YUV 191.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 155 206 211 0.27 0.02 0 0.17 185.36 0.39 0.72
Hex 9B CE D3 1B 2 0 11 B9 27 48
Octal 233 316 323 33 2 0 21 271 47 110
Binary 10011011 11001110 11010011 11011 10 0 10001 10111001 100111 1001000

Color Harmonies of #9BCED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCED3

Black with #9BCED3

Text Example


Text Example

White with #9BCED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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