Html Css Color HEX #8BC6CA Morning Glory

📋 copy color: '#8BC6CA'

red 139 ◦ green 198 ◦ blue 202

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

Shades of Morning Glory #8BC6CA

Tints of Morning Glory #8BC6CA

RGB

 RED value IS 139 (54.69% from 255) = 25.79%

 GREEN value IS 198 (77.73% from 255) = 36.73%

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

R = 25.79%
G = 36.73%
B = 37.48%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8BC6CA (or 0x8BC6CA) is known color: Morning Glory. HEX triplet: 8B, C6 and CA. RGB value is (139,198,202). Sum of RGB (Red+Green+Blue) = 139+198+202=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BC6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC6CA is #743935. Grayscale: #B4B4B4. Windows color (decimal): -7616822 or 13289099. OLE color: 13289099.

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

Color convert

RGB 139 198 202 -
CMYK 0.31 0.02 0 0.21
HSL 183.81º 0.37% 0.67% -
HSV(B) 183.81º 0.31% 0.79% -
XYZ 41.5 50.14 63.37 -
YUV 180.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 139 198 202 0.31 0.02 0 0.21 183.81 0.37 0.67
Hex 8B C6 CA 1F 2 0 15 B8 25 43
Octal 213 306 312 37 2 0 25 270 45 103
Binary 10001011 11000110 11001010 11111 10 0 10101 10111000 100101 1000011

Color Harmonies of #8BC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC6CA

Black with #8BC6CA

Text Example


Text Example

White with #8BC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BC6CA; }

 p { color: rgb(139,198,202); }

 H1.HeaderClassName
 {
   color: #8BC6CA;
 }
 .AnyTagClassName
 {
   color: #8BC6CA;
 }
</style>

background-color css

<style>
 a { background-color: #8BC6CA; }

 a { background-color: rgb(139,198,202); }

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

border-color css

<style>
 span { border-color: #8BC6CA; }

 span { border-color: rgb(139,198,202); }

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