Html Css Color HEX #A6CBCC Morning Glory

📋 copy color: '#A6CBCC'

red 166 ◦ green 203 ◦ blue 204

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

Shades of Morning Glory #A6CBCC

Tints of Morning Glory #A6CBCC

RGB

 RED value IS 166 (65.23% from 255) = 28.97%

 GREEN value IS 203 (79.69% from 255) = 35.43%

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 28.97%
G = 35.43%
B = 35.6%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A6CBCC (or 0xA6CBCC) is known color: Morning Glory. HEX triplet: A6, CB and CC. RGB value is (166,203,204). Sum of RGB (Red+Green+Blue) = 166+203+204=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #A6CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBCC is #593433. Grayscale: #C0C0C0. Windows color (decimal): -5846068 or 13421478. OLE color: 13421478.

HSL color Cylindrical-coordinate representation of color #A6CBCC: hue angle of 181.58º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CBCC is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 203 204 -
CMYK 0.19 0.00 0 0.2
HSL 181.58º 0.27% 0.73% -
HSV(B) 181.58º 0.19% 0.8% -
XYZ 47.98 55.18 65.25 -
YUV 192.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 166 203 204 0.19 0.00 0 0.2 181.58 0.27 0.73
Hex A6 CB CC 13 0 0 14 B6 1B 49
Octal 246 313 314 23 0 0 24 266 33 111
Binary 10100110 11001011 11001100 10011 0 0 10100 10110110 11011 1001001

Color Harmonies of #A6CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBCC

Black with #A6CBCC

Text Example


Text Example

White with #A6CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBCC; }

 p { color: rgb(166,203,204); }

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

background-color css

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

 a { background-color: rgb(166,203,204); }

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

border-color css

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

 span { border-color: rgb(166,203,204); }

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