Html Css Color HEX #A1CBCC Morning Glory

📋 copy color: '#A1CBCC'

red 161 ◦ green 203 ◦ blue 204

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

Shades of Morning Glory #A1CBCC

Tints of Morning Glory #A1CBCC

RGB

 RED value IS 161 (63.28% from 255) = 28.35%

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

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

R = 28.35%
G = 35.74%
B = 35.92%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A1CBCC (or 0xA1CBCC) is known color: Morning Glory. HEX triplet: A1, CB and CC. RGB value is (161,203,204). Sum of RGB (Red+Green+Blue) = 161+203+204=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBCC is #5E3433. Grayscale: #BEBEBE. Windows color (decimal): -6173748 or 13421473. OLE color: 13421473.

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

Color convert

RGB 161 203 204 -
CMYK 0.21 0.00 0 0.2
HSL 181.4º 0.3% 0.72% -
HSV(B) 181.4º 0.21% 0.8% -
XYZ 46.95 54.65 65.2 -
YUV 190.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 161 203 204 0.21 0.00 0 0.2 181.4 0.3 0.72
Hex A1 CB CC 15 0 0 14 B5 1E 48
Octal 241 313 314 25 0 0 24 265 36 110
Binary 10100001 11001011 11001100 10101 0 0 10100 10110101 11110 1001000

Color Harmonies of #A1CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBCC

Black with #A1CBCC

Text Example


Text Example

White with #A1CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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