Html Css Color HEX #9BC5CA Morning Glory

📋 copy color: '#9BC5CA'

red 155 ◦ green 197 ◦ blue 202

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

Shades of Morning Glory #9BC5CA

Tints of Morning Glory #9BC5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.56%

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 27.98%
G = 35.56%
B = 36.46%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9BC5CA (or 0x9BC5CA) is known color: Morning Glory. HEX triplet: 9B, C5 and CA. RGB value is (155,197,202). Sum of RGB (Red+Green+Blue) = 155+197+202=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC5CA is #643A35. Grayscale: #B8B8B8. Windows color (decimal): -6568502 or 13288859. OLE color: 13288859.

HSL color Cylindrical-coordinate representation of color #9BC5CA: hue angle of 186.38º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC5CA is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 197 202 -
CMYK 0.23 0.02 0 0.21
HSL 186.38º 0.31% 0.7% -
HSV(B) 186.38º 0.23% 0.79% -
XYZ 44.14 51.17 63.43 -
YUV 185.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 155 197 202 0.23 0.02 0 0.21 186.38 0.31 0.7
Hex 9B C5 CA 17 2 0 15 BA 1F 46
Octal 233 305 312 27 2 0 25 272 37 106
Binary 10011011 11000101 11001010 10111 10 0 10101 10111010 11111 1000110

Color Harmonies of #9BC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC5CA

Black with #9BC5CA

Text Example


Text Example

White with #9BC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,197,202); }

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

background-color css

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

 a { background-color: rgb(155,197,202); }

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

border-color css

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

 span { border-color: rgb(155,197,202); }

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