Html Css Color HEX #9BCECF Morning Glory

📋 copy color: '#9BCECF'

red 155 ◦ green 206 ◦ blue 207

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

Shades of Morning Glory #9BCECF

Tints of Morning Glory #9BCECF

RGB

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

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

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

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

CMYK

 C value IS 0.25

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #9BCECF: hue angle of 181.15º 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 #9BCECF is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 207 -
CMYK 0.25 0.00 0 0.19
HSL 181.15º 0.35% 0.71% -
HSV(B) 181.15º 0.25% 0.81% -
XYZ 46.85 55.62 67.3 -
YUV 190.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 155 206 207 0.25 0.00 0 0.19 181.15 0.35 0.71
Hex 9B CE CF 19 0 0 13 B5 23 47
Octal 233 316 317 31 0 0 23 265 43 107
Binary 10011011 11001110 11001111 11001 0 0 10011 10110101 100011 1000111

Color Harmonies of #9BCECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCECF

Black with #9BCECF

Text Example


Text Example

White with #9BCECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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